/webcatalog

Run Web Apps like Real Apps

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

WebCatalog License: MPL 2.0

macOS Linux Windows
GitHub Actions macOS Build Status GitHub Actions Linux Build Status GitHub Actions Windows Build Status

WebCatalog - Run Web Apps like Real Apps.

master branch only includes the source code of WebCatalog 13 & up. For older versions, check out the legacy- branches.

WebCatalog project consists of 3 repositories:


Licensing

Usage

WebCatalog is paid software. You can install up to two apps for free or pay just $19.99 to install as many as you need.

The license:

  • Lets you add unlimited apps and workspaces.
  • Has no time limit and never expires.
  • Works with all versions (including major updates).
  • Permits uses on all of the devices you own (regardless of platforms or operating systems).

Source Code

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.


Development

# First, clone the project:
git clone https://github.com/atomery/webcatalog.git
cd webcatalog

# install the dependencies
yarn
yarn template:install

# Run development mode of WebCatalog
yarn electron-dev

# Run development mode of the template app
yarn template:electron-dev

# Build for production
yarn template:prepare
yarn dist