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.

Chrome & Brave

Chrome Web Store

Add to browser

Firefox

Firefox Add-ons

Add to browser

Edge

Microsoft Edge Add-ons

Add to browser

Safari

App Store

Coming soon

Build 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