App store
   HOME

TheInfoList



OR:

An App Store (or app marketplace) is a type of
digital distribution Digital distribution, also referred to as content delivery, online distribution, or electronic software distribution, among others, is the delivery or distribution of digital media content such as audio, video, e-books, video games, and other s ...
platform for computer software called
applications Application may refer to: Mathematics and computing * Application software, computer software designed to help the user to perform specific tasks ** Application layer, an abstraction layer that specifies protocols and interface methods used in a c ...
, often in a mobile context. Apps provide a specific set of functions which, by definition, do not include the running of the computer itself. Complex software designed for use on a
personal computer A personal computer (PC) is a multi-purpose microcomputer whose size, capabilities, and price make it feasible for individual use. Personal computers are intended to be operated directly by an end user, rather than by a computer expert or tec ...
, for example, may have a related app designed for use on a
mobile device A mobile device (or handheld computer) is a computer small enough to hold and operate in the hand. Mobile devices typically have a flat LCD or OLED screen, a touchscreen interface, and digital or physical buttons. They may also have a physica ...
. Today apps are normally designed to run on a specific
operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. Time-sharing operating systems schedule tasks for efficient use of the system and may also i ...
—such as the contemporary
iOS iOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. exclusively for its hardware. It is the operating system that powers many of the company's mobile devices, including the iPhone; the term also include ...
,
macOS macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac computers. Within the market of desktop and lapt ...
,
Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for ser ...
or Android—but in the past mobile carriers had their own portals for apps and related media content.


Basic concept

An app store is any digital storefront intended to allow search and review of software titles or other media offered for sale electronically. Critically, the application storefront itself provides a secure, uniform experience that automates the electronic purchase, decryption and installation of software applications or other digital media. App stores typically organize the apps they offer based on: the function(s) provided by the app (including games, multimedia or productivity), the device for which the app was designed, and the operating system on which the app will run. App stores typically take the form of an
online store Online shopping is a form of electronic commerce which allows consumers to directly buy goods or services from a seller over the Internet using a web browser or a mobile app. Consumers find a product of interest by visiting the website of the r ...
, where
users Ancient Egyptian roles * User (ancient Egyptian official), an ancient Egyptian nomarch (governor) of the Eighth Dynasty * Useramen, an ancient Egyptian vizier also called "User" Other uses * User (computing) A user is a person who ...
can browse through these different app categories, view information about each app (such as reviews or ratings), and acquire the app (including app purchase, if necessary – many apps are offered at no cost). The selected app is offered as an automatic download, after which the app installs. Some app stores may also include a system to automatically remove an installed program from devices under certain conditions, with the goal of protecting the user against malicious software. App stores typically provide a way for users to give reviews and ratings. Those reviews are useful for other users, for developers and for app store owners. Users can select the best apps based on ratings, developers get feedback on what features are praised or disliked, and finally, app store owners can detect bad apps and malicious developers by automatically analyzing the reviews with data mining techniques. Many app stores are curated by their owners, requiring that submissions of prospective apps go through an approval process. These apps are inspected for compliance with certain guidelines (such as those for quality control and
censorship Censorship is the suppression of speech, public communication, or other information. This may be done on the basis that such material is considered objectionable, harmful, sensitive, or "inconvenient". Censorship can be conducted by governments ...
), including the requirement that a commission be collected on each sale of a paid app. Some app stores provide feedback to developers: number of installations, issues in the field (latency, crash, etc.). Researchers have proposed new features for app stores. For instance, the app store can deliver a unique diversified version of the app for sake of security. The app store can also orchestrate monitoring and bug fixing to detect and repair crashes in applications.


History


Precursors

The Electronic AppWrapperElectronic AppWrapper
Kevra.org. Retrieved on 2013-11-22.
was the first commercial electronic software distribution catalog to collectively manage encryption and provide digital rights for apps and digital media AppWrapper Volume1 Issue 3 Ships
Groups.google.com. Retrieved on 2013-11-22.
(issue #3 was the app store originally demonstrated to Steve Jobs at NeXTWorld EXPO). While a Senior Editor at NeXTWORLD Magazine, Simson Garfinkel, rated The Electronic AppWrapper 4 3/4 Cubes (out of 5), in his formal review. Paget's Electronic AppWrapper was named a finalist in the highly competitive InVision Multimedia '93 awards in January, 1993 and won the Best of Breed award for Content and Information at NeXTWORLD Expo in May, 1993.Ruby, Dan (August 1993
Our First Annual Awards for NEXTSTEP Product Excellence
NeXTWORLD.
Prior to the Electronic AppWrapper which first shipped in 1992 people were used to software distributed via floppy disks or CD-ROMs, one could even download software using a web browser or command-line tools. Many
Linux Linux ( or ) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution, w ...
distributions and other
Unix-like A Unix-like (sometimes referred to as UN*X or *nix) operating system is one that behaves in a manner similar to a Unix system, although not necessarily conforming to or being certified to any version of the Single UNIX Specification. A Unix-li ...
systems provide a tool known as a
package manager A package manager or package-management system is a collection of software tools that automates the process of installing, upgrading, configuring, and removing computer programs for a computer in a consistent manner. A package manager deals wi ...
, which allows a user to automatically manage the software installed on their systems (including both operating system components and third-party software) using
command line A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and pro ...
toolsnew software (and the packages required for its proper operation) can be retrieved from local or remote
mirrors A mirror or looking glass is an object that reflects an image. Light that bounces off a mirror will show an image of whatever is in front of it, when focused through the lens of the eye or a camera. Mirrors reverse the direction of the ima ...
and automatically installed in a single process. Notable package managers in Unix-like operating systems have included
FreeBSD Ports The FreeBSD Ports collection is a package management system for the FreeBSD operating system, providing an easy and consistent way of installing software packages. As of February 2020, there are over 38,487 ports available in the collection. It has ...
(1994),
pkgsrc pkgsrc (''package source'') is a package management system for Unix-like operating systems. It was forked from the FreeBSD ports collection in 1997 as the primary package management system for NetBSD. Since then it has evolved independently; in 19 ...
(1997), Debian's
APT Apt. is an abbreviation for apartment. Apt may also refer to: Places * Apt Cathedral, a former cathedral, and national monument of France, in the town of Apt in Provence * Apt, Vaucluse, a commune of the Vaucluse département of France * A ...
(1998), YUM, and Gentoo's Portage (which unlike most package managers, distributes packages containing
source code In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the w ...
that is automatically
compiled In computing, a compiler is a computer program that translates computer code written in one programming language (the ''source'' language) into another language (the ''target'' language). The name "compiler" is primarily used for programs that ...
instead of executables). Some package managers have
graphical Graphics () are visual images or designs on some surface, such as a wall, canvas, screen, paper, or stone, to inform, illustrate, or entertain. In contemporary usage, it includes a pictorial representation of data, as in design and manufacture ...
front-end software which can be used to browse available packages and perform operations, such as Synaptic (which is often used as a front-end for APT). In 1996, the SUSE Linux distribution has
YaST YaST (Yet another Setup Tool) is a Linux operating system setup and configuration tool. YaST is featured in the openSUSE Linux distribution, as well as in SUSE's derived commercial distributions. It is also part of the defunct United Linux. YaS ...
as frontend for its own app repository. Mandriva Linux has
urpmi urpmi is a package management tool for installing, removing, updating and querying software packages of local or remote (networked) media. It wraps around the RPM Package Manager in the role of a smart package manager. It uses repositories and ...
with GUI frontend called
Rpmdrake rpmdrake is a graphical interface to urpmi, which permits the installation of software packages. It is provided as part of Mandriva Linux, Mageia and ROSA for package installation. The application is written in gtk2-perl, and allows: * upda ...
. Fedora and
Red Hat Enterprise Linux Red Hat Enterprise Linux (RHEL) is a commercial open-source Linux distribution developed by Red Hat for the commercial market. Red Hat Enterprise Linux is released in server versions for x86-64, Power ISA, ARM64, and IBM Z and a desktop ...
has YUM in 2003 as a successor of YUP (developed at Duke University for
Red Hat Linux Red Hat Linux was a widely used commercial open-source Linux distribution created by Red Hat until its discontinuation in 2004. Early releases of Red Hat Linux were called Red Hat Commercial Linux. Red Hat published the first non-beta rele ...
). In 1997, BeDepot a third-party app store and package manager ( Software Valet) for BeOS was launched, which operated until 2001. It was eventually acquired by Be Inc. BeDepot allowed for both commercial and free apps as well as handling updates In 1998, Information Technologies India Ltd (ITIL) launched Palmix, a web based app store exclusively for mobile and handheld devices. Palmix sold apps for the three major PDA platforms of the time: the Palm OS based Palm Pilots, Windows CE based devices, and Psion Epoc handhelds. In 1999, NTT DoCoMo launched
i-mode NTT DoCoMo's i-mode is a mobile internet (distinct from wireless internet) service popular in Japan. Unlike Wireless Application Protocols, i-mode encompasses a wider variety of internet standards, including web access, e-mail, and the pa ...
, the first integrated online app store for mobile phones, gaining nationwide popularity in
Japanese mobile phone culture In Japan, mobile phones became ubiquitous years before the phenomenon spread worldwide. In Japanese, mobile phones are called , literally "portable telephones," and are often known simply as ''keitai'' (携帯). A majority of the Japanese po ...
. DoCoMo used a revenue-sharing business model, allowing content creators and app providers to keep up to 91% of revenue. Other operators outside Japan also made their own portals after this, such as
Vodafone live! Vodafone live! was the brand name for the multimedia portal service of mobile phone operator Vodafone, offering news content, picture messaging, instant messaging, email, and downloadable ringtones and games. The service officially launched on 24 O ...
in 2002. At this time mobile phone manufacturer
Nokia Nokia Corporation (natively Nokia Oyj, referred to as Nokia) is a Finnish multinational telecommunications, information technology, and consumer electronics corporation, established in 1865. Nokia's main headquarters are in Espoo, Finland, i ...
also introduced carrier-free downloadable content with
Club Nokia Club Nokia was a mobile internet digital distribution portal, similar to an App Store, operated by Nokia to provide special offers, paid-for ringtones, picture messages and game content directly to members. Following resistance from its mobile ope ...
. In December 2001, Sprint PCS launched the Ringers & More Wireless Download Service for their then-new 3G wireless network. This allowed subscribers to the Sprint PCS mobile phone network to download ringtones, wallpaper, J2ME applications and later full music tracks to certain phones. The user interface worked through a web browser on the desktop computer, and a version was available through the handset. In 2002, the commercial Linux distribution
Linspire Linspire (formerly Lindows) is a commercial operating system based on Debian and Ubuntu and currently owned by PC/OpenSystems LLC. It had been owned by Linspire. Inc. from 2001 to 2008, and then by Xandros from 2008 to 2017. On July 1, 2008, Li ...
(then known as LindowsOSwhich was founded by Michael Robertson, founder of MP3.com) introduced an app store known as Click'N'Run (CNR). For an annual subscription fee, users could perform one-click installation of free and paid apps through the CNR software.
Doc Searls David "Doc" Searls (born July 29, 1947), is an American journalist, columnist, and a widely read blogger. He is the host of FLOSS Weekly, a free and open-source software (FLOSS) themed netcast from the TWiT Network, a co-author of '' The Cluetr ...
believed that the ease-of-use of CNR could help make desktop Linux a feasible reality.


Smartphone app stores

In September 2003 Danger Inc. released an over-the-air update for T-Mobile Sidekick devices which included a new catalog application called Download Fun, also known as the Catalog or Premium Download Manager(PDM). This was one of the first notable app stores on a smartphone with a framework similar to what we see today with the Apple App Store. The Download Fun catalog allowed users to download ringtones and applications directly to their device and be billed through their wireless carrier. Third party developers could develop native Java based applications using Danger's free SDK and submit them for distribution in the Catalog. In October 2003
Handango Handango was an online store selling mobile apps for personal digital assistants and smartphones headquartered in Irving, Texas. History Handango InHand was founded in 1999 by Randy Eisenman. It is an app store for finding, installing, and b ...
introduced an on-device app store for finding, installing and buying software for Sony Ericsson P800 and P900 devices. App download and purchasing are completed directly on the device so sync with a computer is not necessary. Description, rating and screenshot are available for any app. In 2006 Nokia introduced
Nokia Catalogs Nokia Download!, originally Nokia Catalogs, was a mobile application for Nokia devices that allowed access to digitally distributed media content. Catalogs/Download! came preloaded on most Symbian S60 smartphones from Nokia (from 2006), as well a ...
, later known as Nokia Download!, for Symbian smartphones which had access to downloadable apps—originally via third-parties like Handango or Jamba! but from mid-2006 Nokia were offering their own content via the Nokia Content Discoverer.
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple trees are cultivated worldwide and are the most widely grown species in the genus ''Malus''. The tree originated in Central Asia, where its wild ancestor, ' ...
released
iPhone OS iOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. exclusively for its hardware. It is the operating system that powers many of the company's mobile devices, including the iPhone; the term also include ...
2.0 in July 2008 for the iPhone, together with the
App Store An App Store (or app marketplace) is a type of digital distribution platform for computer software called applications, often in a mobile context. Apps provide a specific set of functions which, by definition, do not include the running of the c ...
, officially introducing third-party app development and distribution to the platform. The service allows users to purchase and download new apps for their device through either the App Store on the device, or through the
iTunes Store The iTunes Store is a digital media store operated by Apple Inc. It opened on April 28, 2003, as a result of Steve Jobs' push to open a digital marketplace for music. As of April 2020, iTunes offered 60 million songs, 2.2 million apps, 25,00 ...
on the iTunes desktop software. While Apple has been criticized by some for how it operates the App Store, it has been a major financial success for the company. The popularity of Apple's App Store led to the rise of the generic term "app store", as well as the introduction of equivalent marketplaces by competing mobile operating systems: the Android Market (later renamed to Google Play) launched alongside the release of the first Android smartphone (the
HTC Dream The HTC Dream (also known as the T-Mobile G1 in the United States and parts of Europe, and as the Era G1 in Poland) is a smartphone developed by HTC. First released in September 2008, the Dream was the first commercially released device to use th ...
) in September 2008,
BlackBerry The blackberry is an edible fruit produced by many species in the genus ''Rubus'' in the family Rosaceae, hybrids among these species within the subgenus ''Rubus'', and hybrids between the subgenera ''Rubus'' and ''Idaeobatus''. The taxonomy ...
's
App World BlackBerry World (previously known as BlackBerry App World) is an Digital distribution, application distribution service, aka an 'app store', and application by BlackBerry Limited; for BlackBerry 10 devices, the BlackBerry PlayBook, and a majority ...
launched in April 2009, as well as
Nokia Nokia Corporation (natively Nokia Oyj, referred to as Nokia) is a Finnish multinational telecommunications, information technology, and consumer electronics corporation, established in 1865. Nokia's main headquarters are in Espoo, Finland, i ...
's
Ovi Store Ovi by Nokia ( fi, ovi, translation=door) was the brand for Nokia's Internet services. The Ovi services could be used from a mobile device, computer (through Ovi Suite) or via the web. Nokia focused on five key service areas: Games, Maps, Media, ...
and
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washin ...
's
Windows Marketplace for Mobile Windows Marketplace for Mobile was a service by Microsoft for its Windows Mobile platform that allowed users to browse and download applications that had been developed by third parties. The service was available for use directly on Windows Mobil ...
both launching that year.


Other app stores

The popular Linux distribution
Ubuntu Ubuntu ( ) is a Linux distribution based on Debian and composed mostly of free and open-source software. Ubuntu is officially released in three editions: '' Desktop'', ''Server'', and ''Core'' for Internet of things devices and robots. All ...
(also based on Debian) introduced its own graphical software manager known as the
Ubuntu Software Center Ubuntu Software Center, or simply Software Center, is a discontinued high-level graphical front end for the APT/dpkg package management system. It is free software written in Python, PyGTK/ PyGObject based on GTK. The program was created ...
on version 9.10 as a replacement for Synaptic. On Ubuntu 10.10, released in October 2010, the Software Center expanded beyond only offering existing software from its repositories by adding the ability to purchase certain apps (which, at launch, was limited to Fluendo's licensed
DVD The DVD (common abbreviation for Digital Video Disc or Digital Versatile Disc) is a digital optical disc data storage format. It was invented and developed in 1995 and first released on November 1, 1996, in Japan. The medium can store any kind ...
codec A codec is a device or computer program that encodes or decodes a data stream or signal. ''Codec'' is a portmanteau of coder/decoder. In electronic communications, an endec is a device that acts as both an encoder and a decoder on a signal or ...
s).


"App Store" trademark

Due to its popularity, the term "app store" (first used by the Electronic AppWrapper and later popularized by
Apple An apple is an edible fruit produced by an apple tree (''Malus domestica''). Apple trees are cultivated worldwide and are the most widely grown species in the genus ''Malus''. The tree originated in Central Asia, where its wild ancestor, ' ...
's
App Store An App Store (or app marketplace) is a type of digital distribution platform for computer software called applications, often in a mobile context. Apps provide a specific set of functions which, by definition, do not include the running of the c ...
for
iOS iOS (formerly iPhone OS) is a mobile operating system created and developed by Apple Inc. exclusively for its hardware. It is the operating system that powers many of the company's mobile devices, including the iPhone; the term also include ...
devices) has frequently been used as a
generic trademark A generic trademark, also known as a genericized trademark or proprietary eponym, is a trademark or brand name that, because of its popularity or significance, has become the generic term for, or synonymous with, a general class of products or ...
to refer to other distribution platforms of a similar nature. Apple asserted
trademark A trademark (also written trade mark or trade-mark) is a type of intellectual property consisting of a recognizable sign, design, or expression that identifies products or services from a particular source and distinguishes them from othe ...
claims over the phrase, and filed a trademark registration for "App Store" in 2008. In 2011, Apple
sued - A lawsuit is a proceeding by a party or parties against another in the civil court of law. The archaic term "suit in law" is found in only a small number of laws still in effect today. The term "lawsuit" is used in reference to a civil acti ...
both
Amazon.com Amazon.com, Inc. ( ) is an American multinational technology company focusing on e-commerce, cloud computing, online advertising, digital streaming, and artificial intelligence. It has been referred to as "one of the most influential econo ...
(which runs the
Amazon Appstore Amazon Appstore is an app store for Android-compatible platforms operated by Amazon.com Services, LLC, a subsidiary of Amazon. The store is primarily used as the storefront for Amazon's Android-based Fire OS. including Amazon Fire tablets, a ...
for Android-based devices) and
GetJar GetJar is an independent mobile phone app store founded in Lithuania in 2004, with offices in Vilnius, Lithuania and San Mateo, California . History The company was founded by Ilja Laurs in 2004, who is currently its Executive Chairman and Ch ...
(who has offered its services since 2004) for
trademark infringement Trademark infringement is a violation of the exclusive rights attached to a trademark without the authorization of the trademark owner or any licensees (provided that such authorization was within the scope of the licence). Infringement may ...
and false advertising regarding the use of the term "app store" to refer to their services.
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washin ...
filed multiple objections against Apple's attempt to register the name as a trademark, considering it to already be a generic term. In January 2013, a
United States district court The United States district courts are the trial courts of the U.S. federal judiciary. There is one district court for each federal judicial district, which each cover one U.S. state or, in some cases, a portion of a state. Each district co ...
rejected Apple's trademark claims against Amazon. The judge ruled that Apple had presented no evidence that Amazon had attempted "to mimic Apple's site or advertising" or communicated that its service "possesses the characteristics and qualities that the public has come to expect from the Apple APP STORE and/or Apple products". In July 2013, Apple dropped its case.


See also

*
Software repository A software repository, or repo for short, is a storage location for software packages. Often a table of contents is also stored, along with metadata. A software repository is typically managed by source control or repository managers. Package ...
* Electronic commerce *
Digital distribution in video games In the video game industry, digital distribution is the process of delivering video game content as digital information, without the exchange or purchase of new physical media such as ROM cartridges, magnetic storage, optical discs and flash me ...
* Comparison of mobile operating systems * App store optimization *
List of Android app stores The functionality of mobile devices running the Android operating system, the most used mobile operating system globally, can be extended using " apps" – specialized software designed to offer users the means to use their devices for certai ...
*
List of mobile app distribution platforms This list of mobile app distribution platforms includes digital distribution platforms, or marketplace 'app stores', that are intended to provide mobile applications, aka 'apps' to mobile devices. For information on each mobile platform and it ...
**
App Store (iOS/iPadOS) The App Store is an app store platform, developed and maintained by Apple Inc., for mobile apps on its iOS and iPadOS operating systems. The store allows users to browse and download approved apps developed within Apple's iOS Software Dev ...
, iOS app approvals **
Cydia Cydia is a graphical user interface of APT (Advanced Package Tool) for iOS. It enables a user to find and install software not authorized by Apple on jailbroken iPhones, iPads and iPod Touch devices. It also refers to digital distribution pl ...
**
Google Play Google Play, also known as the Google Play Store and formerly the Android Market, is a digital distribution service operated and developed by Google. It serves as the official app store for certified devices running on the Android operating sy ...
**
Amazon Appstore Amazon Appstore is an app store for Android-compatible platforms operated by Amazon.com Services, LLC, a subsidiary of Amazon. The store is primarily used as the storefront for Amazon's Android-based Fire OS. including Amazon Fire tablets, a ...
**
Aptoide Aptoide is an online marketplace for mobile applications which runs on the Android operating system. In Aptoide, unlike the Android-default Play Store, there is not a unique and centralized store; instead, each user manages their own store. The s ...
** Cafe Bazaar **
F-Droid F-Droid is an app store and software repository for Android, serving a similar function to the Google Play store. The main repository, hosted by the project, contains only free and open source apps. Applications can be browsed, downloaded and ...
**
GetJar GetJar is an independent mobile phone app store founded in Lithuania in 2004, with offices in Vilnius, Lithuania and San Mateo, California . History The company was founded by Ilja Laurs in 2004, who is currently its Executive Chairman and Ch ...
**
Huawei AppGallery Huawei AppGallery (abbreviated AppGallery onscreen) is a package manager and application distribution platform, or marketplace 'app store', developed by Huawei Technologies Co., Ltd. for the Google-developed open-source Android operating sys ...
** Itch.io **
Opera Mobile Store Opera Mobile Store was a platform-independent browser-based app store for mobile-phone owners and a digital application distribution platform used by more than 40,000 developers around the world, owned and maintained by Opera. Launched and po ...
** MiKandi ** XDA Labs **
Microsoft Store Microsoft Store (formerly known as Windows Store) is a digital distribution platform operated by Microsoft. It started as an app store for Windows 8 and Windows Server 2012 as the primary means of distributing Universal Windows Platform app ...
* Desktop software distribution platforms **
AppStream AppStream is an agreement between major Linux vendors (i.e. Red Hat, Canonical, SUSE, Debian, Mandriva, etc.) to create an infrastructure for application installers on Linux and sharing of metadata. The initiative was started as early as 19-21 Ja ...
**
Chrome Web Store Chrome Web Store is Google's online store for its Chrome web browser. As of 2019, Chrome Web Store hosts about 190,000 extensions and web apps. History Chrome Web Store was publicly unveiled in December 2010, and was opened on February 11, 20 ...
** GNOME Software **
Mac App Store The App Store (also known as the Mac App Store) is a digital distribution platform for macOS apps, often referred to as Mac apps, created and maintained by Apple Inc. The platform was announced on October 20, 2010, at Apple's "Back to the Mac ...
, Apple TV App Store **
Microsoft Store Microsoft Store (formerly known as Windows Store) is a digital distribution platform operated by Microsoft. It started as an app store for Windows 8 and Windows Server 2012 as the primary means of distributing Universal Windows Platform app ...
** Setapp ** Steam


References

{{Software digital distribution platforms Brands that became generic Software distribution platforms