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 the motivation behind the project and how to get started? Read the full post here.
Homepage | Download | Community | Donate | Roadmap | Feature Requests | Bug Reports
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 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):
Steps:
- Download the source code from the download page or GitHub releases page.
- Unpack the downloaded file.
- Execute commands:
yarn
(install dependencies)yarn run prod
(compile the code)yarn 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.