https://github.com/FreeterApp/Freeter
Freeter – a smarter way to work on your computer
https://github.com/FreeterApp/Freeter
app linux macos productivity software windows
Last synced: 3 months ago
JSON representation
Freeter – a smarter way to work on your computer
- Host: GitHub
- URL: https://github.com/FreeterApp/Freeter
- Owner: FreeterApp
- License: gpl-3.0
- Created: 2024-01-05T16:15:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-08T17:15:10.000Z (4 months ago)
- Last Synced: 2025-07-08T18:39:42.582Z (4 months ago)
- Topics: app, linux, macos, productivity, software, windows
- Language: TypeScript
- Homepage: https://freeter.io/
- Size: 6.95 MB
- Stars: 562
- Watchers: 7
- Forks: 40
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: COPYING
Awesome Lists containing this project
- jimsghstars - FreeterApp/Freeter - Freeter – a smarter way to work on your computer (TypeScript)
- awesome-mac - FreeterApp/Freeter
- awesome-mac - FreeterApp/Freeter
README

**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**][story].
---
[**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)
- [Yarn 1 (Classic)](https://classic.yarnpkg.com/lang/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. `yarn` (install dependencies)
2. `yarn run prod` (compile the code)
3. `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].
[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
[story]: https://community.freeter.io/topic/14/how-i-boosted-my-productivity-while-working-on-multiple-projects
[license]: https://github.com/FreeterApp/Freeter/blob/master/COPYING