The ultimate goal of monkmode is to help you achieve a monk-like state of focus, allowing you to maximize deep work. It does this by breaking your overall focus goal into structured focus sessions, short breaks, and long breaks. This approach is a well-known technique used by high achievers and students alike. By working in focused bursts, you can maintain higher levels of concentration, which in turn helps you accomplish more.
- Go to Releases
- Download the latest
monkmode.exe - Double-click to run - no installation required!
Windows Defender may show a warning when downloading or running the executable. This is normal for unsigned applications.
# Clone the repository
git clone https://github.com/dop14/monkmode.git
cd monkmode
# pip requires a virtual environment on most modern distros
python3 -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run the application
python3 main.pyInstall Python, then
# Clone the repository
git clone https://github.com/dop14/monkmode.git
cd monkmode
# Install dependencies
pip install -r requirements.txt
# Run the application
python main.pymonkmode stores all data locally on your device. There are no plans for a built-in cloud syncing feature.
Advanced users can sync their data with third-party cloud services using junctions / symbolic links.