# Singlebox [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE) |macOS|Linux|Windows|Catalog| |---|---|---|---| |[![GitHub Actions macOS Build Status](https://github.com/quanglam2807/singlebox/workflows/macOS/badge.svg)](https://github.com/quanglam2807/singlebox/actions?query=workflow%3AmacOS)|[![GitHub Actions Linux Build Status](https://github.com/quanglam2807/singlebox/workflows/Linux/badge.svg)](https://github.com/quanglam2807/singlebox/actions?query=workflow%3ALinux)|[![GitHub Actions Windows Build Status](https://github.com/quanglam2807/singlebox/workflows/Windows/badge.svg)](https://github.com/quanglam2807/singlebox/actions?query=workflow%3AWindows)|[![GitHub Actions Catalog Build Status](https://github.com/quanglam2807/singlebox/workflows/Catalog/badge.svg)](https://github.com/quanglam2807/singlebox/actions?query=workflow%3ACatalog)| **[Singlebox](https://singleboxapp.com)** - All Your Apps in One Single Window. --- ## Notes **Singlebox is open-source but not free.** You can add up to two workspaces for free. [Pay just $9.99](https://webcatalog.onfastspring.com/singlebox/singleboxapp) to add as many as you need. Singlebox has permanent licenses, which have no time limit. In other words, the license never expires and works with all versions (including major updates). Also, your license permits you to use the app on all of the devices you own, as long as you are the only one using the app. --- ## Development ``` # First, clone the project: git clone https://github.com/quanglam2807/singlebox.git cd singlebox # install the dependencies yarn # Run development mode yarn electron-dev # Build for production yarn dist ```