Odysseus on GitHub: Official Download
The official repo, copy-paste commands, and how to verify you cloned the real project — not a scam fork.
Quick answer
Official repo: pewdiepie-archdaemon/odysseus
Official site: pewdiepie-archdaemon.github.io/odysseus
⚠️ Only trust these URLs. Avoid forks that ask for passwords, API keys, or cryptocurrency payments.
Official repository checker
Paste a GitHub URL before cloning. Fake repos can steal credentials.
✓ This matches the official Odysseus repository.
One-liner (copy & paste)
The exact command many users search for — clone and enter the folder in one step.
git clone -b main https://github.com/pewdiepie-archdaemon/odysseus.git && cd odysseusOfficial tip: clone -b main for the curated branch. Bare git clone defaults to dev (newest, less stable).
Don't have Git or Python? Install prerequisites first →
Quick start (Docker)
Recommended by the official docs. Requires Docker Desktop.
git clone -b main https://github.com/pewdiepie-archdaemon/odysseus.git
cd odysseus
cp .env.example .env
docker compose up -d --build
# Open http://localhost:7000
# Admin password: docker compose logs odysseusAfter containers start, open http://localhost:7000. Find the admin password in docker compose logs odysseus.
After cloning — what next?
| Your setup | Next step |
|---|---|
| Windows, no Docker | Windows install guide → |
| Docker (any OS) | docker compose up -d --build → |
| macOS native | Mac install guide → |
| Need local AI models | Ollama setup → |
Which repo should I clone?
Most users start with the official repo. Windows native installs sometimes fail — then use the community fork from the install video.
| Your situation | Use this repo |
|---|---|
| Docker, Mac, or Linux | pewdiepie-archdaemon/odysseus |
| Windows — launch-windows.ps1 works | pewdiepie-archdaemon/odysseus |
| Windows — official repo fails (path / dependency errors) | amish-github/odysseus |
Full Windows walkthrough with screenshots: /install/windows
Verify the official repo
- ✓ Owner: pewdiepie-archdaemon
- ✓ Repo name: odysseus
- ✓ License: AGPL-3.0
- ✓ Created: May 31, 2026
- ✓ Prefer branch: main (curated; bare clone defaults to dev)
- ✓ Official site: pewdiepie-archdaemon.github.io/odysseus
Opens in a new tab — pewdiepie-archdaemon/odysseus
After cloning — what next?
- Pick your install method (Docker, Windows native, or Mac)
- Start the server and log in at localhost:7000
- In Settings, add a model endpoint (Ollama or cloud API)
- Start chatting — or explore agents, Cookbook, and research
FAQ