Skip to content

jonathanpberger/chromeless

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromeless License: MPL 2.0

macOS
macOS

Introduction

Chromeless is a free and modern Mac app which lets you create site-specific browsers from any websites. This app supports modern Chromium-based, Firefox-based or WebKit-based browsers.

How It Works

Chromeless is a free and open-source app for Mac that lets you create a site-specific browser (also known as Chromium-based app, chromeless app, etc) out of any website or web application, effectively turning your favorite web apps into self-contained, distraction-free desktop apps, all powered by your daily web browsers.

Supported Browser Engines:

  • Google Chrome
  • Microsoft Edge
  • Brave
  • Opera
  • Vivaldi
  • Chromium
  • Cốc Cốc
  • Yandex Browser
  • Mozilla Firefox
  • WebKit

Browser Instances

Chromeless also lets you create traditional browser instances (also known as tabbed-style apps) that behave just like normal browsers but with their own cookies and storage.

Chromeless for Mac Chromeless for Mac - App Mode Chromeless for Mac - Browser Instance Mode


Source Code

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_ELASTIC_CLOUD_APP_SEARCH_SEARCH_KEY=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_API_ENDPOINT=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_ENGINE_NAME=

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

Technology Stack

  • Electron 28+
  • React 18
  • MUI v5 (Material UI)
  • Redux Toolkit
  • Node.js 18+

About

Official Chromeless app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.4%
  • Other 0.4%