Install Extensions
Browser extensions to capture your web reading habits safely and privately.
Looking for the Desktop App? →Browser Extensions
The extension securely tracks web activity, including deep work on documents/PDFs, read time, and contextual categorization of social media and video streaming. All data batches locally before syncing. No keystroke logging, no form data.
Safari
App Store
Coming soonBuild from Source
Requires Rust, Node.js 18+, and Python 3.10+.
# Clone the repository
git clone https://github.com/tryminime/minime.git
cd minime# Start the backend
cd backend
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
fastapi dev main.py# In a new terminal — start the desktop app
cd desktop
npm install
npm run tauri dev