Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FreeterApp/Freeter

Freeter – the smartest way to work on your computer
https://github.com/FreeterApp/Freeter

productivity software

Last synced: 9 days ago
JSON representation

Freeter – the smartest way to work on your computer

Awesome Lists containing this project

README

        

**Freeter** is a free and open source organizer for those who work on the computer. Gather everything you need for work in one place, organized by projects and workflows, and have a quick access to them with a `Ctrl or Cmd`+`Shift`+`F` key press or a tray icon. Easily switch between projects and workflows, and stay focused on current things you need to do. [**Read the post**][story] talking about the motivation for doing the project and how to get started.

---

[**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