Skip to content

dop14/monkmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monkmode

monkmode

The Goal

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.

Download and Installation

Windows

  1. Go to Releases
  2. Download the latest monkmode.exe
  3. Double-click to run - no installation required!

Windows Security Notice

Windows Defender may show a warning when downloading or running the executable. This is normal for unsigned applications.

Linux

# 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.py

macOS

Install 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.py

Syncing

monkmode 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.