All Projects → webcatalog → Webcatalog App

webcatalog / Webcatalog App

Licence: mpl-2.0
Official WebCatalog app.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webcatalog App

Singlebox Legacy
All Your Apps in One Single Window
Stars: ✭ 32 (-91.33%)
Mutual labels:  productivity, mac, browser
Nyxt
Nyxt - the hacker's power-browser.
Stars: ✭ 7,038 (+1807.32%)
Mutual labels:  productivity, browser
Mater
🍅 A simple and purty menubar Pomodoro app written in Electron
Stars: ✭ 433 (+17.34%)
Mutual labels:  productivity, mac
Klaxon
Mac OS notifications from Python
Stars: ✭ 63 (-82.93%)
Mutual labels:  productivity, mac
Appifier
Node.js library which turns website into Electron app.
Stars: ✭ 216 (-41.46%)
Mutual labels:  mac, browser
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-62.87%)
Mutual labels:  productivity, browser
Gata
Bookmarks made better
Stars: ✭ 17 (-95.39%)
Mutual labels:  productivity, browser
Sandman Lite
A Lightweight Script Built With Late Night Developers In Mind
Stars: ✭ 64 (-82.66%)
Mutual labels:  productivity, mac
Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+389.43%)
Mutual labels:  productivity, browser
Finicky
A macOS app for customizing which browser to start
Stars: ✭ 2,026 (+449.05%)
Mutual labels:  productivity, browser
linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+211.92%)
Mutual labels:  productivity, mac
Kap
An open-source screen recorder built with web technology
Stars: ✭ 14,488 (+3826.29%)
Mutual labels:  productivity, mac
productivity-tips-for-mac
Awesome Productivity Tips for Mac Developers
Stars: ✭ 38 (-89.7%)
Mutual labels:  productivity, mac
Ping
A PHP class to ping hosts.
Stars: ✭ 351 (-4.88%)
Mutual labels:  mac
Upchain Wallet
以太坊钱包(支持DApp 浏览器)- A Powerful Ethereum Android Wallet & DApp Browser
Stars: ✭ 359 (-2.71%)
Mutual labels:  browser
Phoenix
My Phoenix setup. Powerful, easy to customize, tuned for web development, adds a space switcher.
Stars: ✭ 350 (-5.15%)
Mutual labels:  productivity
Sysend.js
Send messages between open pages or tabs in same browser
Stars: ✭ 347 (-5.96%)
Mutual labels:  browser
Open Browser.vim
Open URI with your favorite browser from your most favorite editor
Stars: ✭ 364 (-1.36%)
Mutual labels:  browser
Theheadless.dev
🪖 Learn Puppeteer and Playwright - Tips, tricks and in-depth guides from the trenches.
Stars: ✭ 360 (-2.44%)
Mutual labels:  browser
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+1120.87%)
Mutual labels:  productivity

WebCatalog License: MPL 2.0

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

WebCatalog - Turn Websites into Desktop Apps.

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


Licensing

Usage

WebCatalog is a commercial product. Learn more about our pricing.

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 WebCatalog app. If you'd like to contribute to WebCatalog Engine, the core that powers the apps created with WebCatalog, check out https://github.com/webcatalog/webcatalog-engine.

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

REACT_APP_AMPLITUDE_API_KEY=
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/webcatalog-app.git
cd webcatalog-app

# install the dependencies
yarn

# run the app
yarn electron-dev

# Build for production
yarn dist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].