**Freeter** is a free and open-source organizer for people who work on their computer. It lets you gather everything you need for work — in one place, organized by projects and workflows. Quickly access your setup via `Ctrl or Cmd`+`Shift`+`F` or from the tray icon. Switch effortlessly between workflows, stay focused on what matters now, and reduce context-switching. Curious about what the app does and how to get started? [**Read the full post here**][post-intro]. --- [**Homepage**][home] | [**Download**][download] | [**Community**][community] | [**Donate**][donate] | [**Roadmap**][roadmap] | [**Feature Requests**][featurerequests] | [**Bug Reports**][bugreports] ## Supported Operating Systems - Linux; most distros; Intel 64-bit. - Windows 10 and later; Intel 64-bit. - Mac OS 10.15 and later; Intel and Apple Silicon. ## Installers Check out the [download page][download] for the latest ready-to-use installers for all supported operating systems. ## Run From Source Code Prerequisites (for building the app, not needed for running): - [NodeJS](https://nodejs.org/en) Steps: 1. Download the source code from the [download page][download] or [GitHub releases page](https://github.com/FreeterApp/Freeter/releases). 2. Unpack the downloaded file. 3. Execute commands: 1. `npm install` (install dependencies) 2. `npm run prod` (compile the code) 3. `npm run package` (package the app) Done. The built package comes into the `./dist` folder. ## License Freeter is free software and may be redistributed under the terms specified in the [license]. [home]: https://freeter.io/ [download]: https://freeter.io/download [community]: https://community.freeter.io/ [donate]: https://freeter.io/sponsor [roadmap]: https://community.freeter.io/topic/2/planned-features [featurerequests]: https://community.freeter.io/category/6/feature-requests [bugreports]: https://community.freeter.io/category/7/bug-reports [post-intro]: https://freeter.io/blog/boost-your-productivity-while-managing-multiple-projects/ [license]: https://github.com/FreeterApp/Freeter/blob/master/COPYING