Skip to content
Itumeleng Nthite edited this page Sep 17, 2026 · 2 revisions

Agent Jo

An AI agent that runs on your own machine. Not a chat window with an API behind it — it reads your files, runs commands, drives a browser, applies for jobs, and keeps working while you're away from the desk.

Conversations, documents, memory and audit trail stay on the machine it's installed on. Point it at a local model and nothing leaves at all.

by Symbolic Synapse


Quick start

  1. Download the latest release and unzip it
  2. Double-click install.bat (Windows), install.command (macOS), or run ./install.sh (Linux)
  3. It opens at http://127.0.0.1:8765

First run asks for an API key — or point it at Ollama and it runs entirely offline.

What it actually does

  • Works unattended — scheduled runs, a watchdog, and a tamper-evident audit trail
  • Applies for jobs properly — reads boards, de-duplicates, scores fit, and holds any draft your profile can't support
  • Reads what you give it — PDF, Word, Excel, PowerPoint, ODT, HTML, email, EPUB
  • Runs any model — Anthropic, OpenAI-compatible, or Ollama on your own GPU
  • Maps a codebase — dependencies, circular imports, dead code → Mermaid/Graphviz/CSV

Documentation

Licence

Free for personal, research, educational and non-profit use under the PolyForm Noncommercial License 1.0.0. Commercial use needs a licence — see COMMERCIAL.md.

Built by Itumeleng Nthite — Symbolic Synapse, Johannesburg.

Clone this wiki locally