git clonegithub odysseusgitpewdiepie-archdaemon/odysseus

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.

terminal
git clone -b main https://github.com/pewdiepie-archdaemon/odysseus.git && cd odysseus

Official 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.

terminal
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 odysseus

After containers start, open http://localhost:7000. Find the admin password in docker compose logs odysseus.

After cloning — what next?

Your setupNext step
Windows, no DockerWindows install guide →
Docker (any OS)docker compose up -d --build →
macOS nativeMac install guide →
Need local AI modelsOllama 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 situationUse this repo
Docker, Mac, or Linuxpewdiepie-archdaemon/odysseus
Windows — launch-windows.ps1 workspewdiepie-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
Open official GitHub repo

Opens in a new tab — pewdiepie-archdaemon/odysseus

After cloning — what next?

  1. Pick your install method (Docker, Windows native, or Mac)
  2. Start the server and log in at localhost:7000
  3. In Settings, add a model endpoint (Ollama or cloud API)
  4. Start chatting — or explore agents, Cookbook, and research

FAQ

Common questions