Skip to content

adgbu/chromeless

 
 

Repository files navigation

Chromeless License: MPL 2.0

macOS
macOS
Linux (x64) Linux (arm64)
Linux (x64) Linux (arm64)
Windows (x64)
Windows (x64)

Chromeless - Turn Any Websites into Chromeless Apps.


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

This repository only contains the source code of the Chromeless app. If you'd like to contribute to the code that powers WebKit-based app, check out https://github.com/webcatalog/webkit-wrapper.

For the app to be fully functional, set these environment variables:

REACT_APP_SWIFTYPE_HOST_ID=
REACT_APP_SWIFTYPE_SEARCH_KEY=
REACT_APP_SWIFTYPE_ENGINE_NAME=
ELECTRON_APP_SENTRY_DSN=

Then, run:

# clone the project:
git clone https://github.com/webcatalog/chromeless.git
cd chromeless

# install the dependencies
yarn

# run the app
yarn electron-dev

# Build for production
yarn dist

About

Official Chromeless app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%