A productivity type desktop app built around the pomodoro concept.
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s.
The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. These intervals are known as "pomodoros". The idea behind the technique is to use the time more efficiently, and to reduce the impact of interruptions on work.
The technique has been widely adopted by individuals and organizations alike, and has been shown to be an effective way to improve productivity and focus.
v1 available in the releases page is heaviliy outdated. Usage is not recommened. Work is currently being done on v2.
Download the latest version from the releases page.
Client Stack
Backend stack
Make sure to install all dependencies needed for your system.
Other prerequisites include:
sudo apt install librust-alsa-sys-dev
sudo apt-get install libclang-dev
git clone https://github.com/JakubGluszek/intentio.git
cd intentio
npm install
npm run tauri dev