-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Agent Jo runs on Windows, macOS and Linux. It finds Python, sets up an isolated environment, and checks the download hasn't been tampered with.
- Download the latest release and unzip it
- Double-click
install.bat
It needs Python 3.10+. If it's missing, the installer says so and links to it — tick "Add python.exe to PATH" when installing Python. It creates a self-contained environment and puts an Agent Jo shortcut on your desktop.
Double-click install.command.
It finds Python (offering Homebrew if you have it, never installing it for you), sets up an isolated environment, and checks the app loads.
./install.sh
python install_agent_jo.py --check
Surveys the machine without changing anything.
The app opens at http://127.0.0.1:8765 and asks how it should think:
- Anthropic (Claude) — best quality, paid per use. Get a key at platform.claude.com.
-
Ollama — free and fully private, nothing leaves the computer. Install from ollama.com, then
ollama pull qwen3.
Either can be changed later, and both can be used together — see Configuration.
This runs commands on your machine, so check it's the real thing first:
pip install cryptography
python tools/sign.py --verify
See Security-and-Privacy for what this proves.
Everything — conversations, memories, documents, settings — stays in .local_agent in your user folder. Nothing is uploaded. To remove the app, delete that folder.
It ships with no API key, no conversations and no memories.
Built by Itumeleng Nthite — Symbolic Synapse, Johannesburg. Agent Jo is an AI agent that runs on your own machine.