Ulysses — a hardened fork of Odysseus AI. Self-hosted AI model management for the Helm home server.
Find a file
2026-06-15 16:44:24 +02:00
.github Remove duplicate CodeQL workflow 2026-06-15 22:53:29 +09:00
companion refactor(constants): single source of truth for data dir (#3368) 2026-06-08 09:58:52 +02:00
config/searxng Generate SearXNG secret on first boot 2026-06-01 11:03:02 +09:00
core feat(auth): add per-user admin promote/demote toggle (#3078) 2026-06-15 10:44:27 +00:00
docker fix(docker): invoke setup.py on first container start (#1657) 2026-06-03 14:12:20 +09:00
docs Refresh README presentation 2026-06-15 23:26:10 +09:00
integrations Add Codex and Claude document draft integration 2026-06-09 14:27:53 +09:00
licenses Odysseus v1.0 2026-05-31 23:58:26 +09:00
mcp_servers Merge remote-tracking branch 'origin/dev' into test-main-dev-merge-20260615 2026-06-15 21:20:15 +09:00
routes fix(cookbook): validate adopt host (#4282) 2026-06-15 16:44:24 +02:00
scripts Merge remote-tracking branch 'origin/dev' into test-main-dev-merge-20260615 2026-06-15 21:20:15 +09:00
services test(hwfit): fix non-Apple guard to assert the Apple matcher (unblocks pytest gate) (#4303) 2026-06-15 14:01:05 +00:00
src fix(ai): validate generated image result URLs (#4289) 2026-06-15 16:40:49 +02:00
static Fix failing post-merge tests 2026-06-15 22:49:06 +09:00
tests fix(cookbook): validate adopt host (#4282) 2026-06-15 16:44:24 +02:00
.dockerignore chore: align secrets env ignore patterns 2026-06-15 14:49:46 +09:00
.env.example Parameterize Docker Compose volume host paths (#3907) 2026-06-15 20:30:18 +09:00
.gitattributes Add native Windows compatibility layer 2026-06-01 15:09:47 +09:00
.gitignore pwa missing icons added (#428) 2026-06-15 16:00:13 +09:00
ACKNOWLEDGMENTS.md docs: fix stale documentation references (#1769) 2026-06-03 13:23:21 +09:00
app.py fix(memory): exempt audits from request timeout (#3886) 2026-06-15 20:27:46 +09:00
build-macos-app.sh macOS app: force native arm64 uvicorn on Apple Silicon 2026-06-02 20:56:53 +09:00
CONTRIBUTING.md refactor(constants): single source of truth for data dir (#3368) 2026-06-08 09:58:52 +02:00
docker-compose.gpu-amd.yml Parameterize Docker Compose volume host paths (#3907) 2026-06-15 20:30:18 +09:00
docker-compose.gpu-nvidia.yml Parameterize Docker Compose volume host paths (#3907) 2026-06-15 20:30:18 +09:00
docker-compose.yml Parameterize Docker Compose volume host paths (#3907) 2026-06-15 20:30:18 +09:00
Dockerfile chore(deps): bump python from 3.12-slim to 3.14-slim (#3988) 2026-06-15 19:23:27 +09:00
install-service.sh Odysseus v1.0 2026-05-31 23:58:26 +09:00
launch-windows.ps1 fix(windows): detect installed CUDA toolkit on launch (#2639) 2026-06-15 20:26:07 +09:00
LICENSE chore: backport main-only changes to dev AGPL relicense + Cookbook serve fix (#3704) 2026-06-09 23:20:34 +02:00
odysseus-ui.service fix: systemd service should serve on port 7000 to match Docker/setup/README (#1297) 2026-06-03 02:04:37 +09:00
package-lock.json chore(deps): bump the npm group with 2 updates (#3989) 2026-06-15 20:21:04 +09:00
package.json chore(deps): bump the npm group with 2 updates (#3989) 2026-06-15 20:21:04 +09:00
pyproject.toml test: add fast lane and duration visibility (#3659) 2026-06-09 20:11:47 +02:00
README.md Refresh README presentation 2026-06-15 23:26:10 +09:00
requirements-optional.txt chore(deps): bump the python group with 3 updates (#3991) 2026-06-15 19:25:15 +09:00
requirements.txt chore(deps): bump the python group with 3 updates (#3991) 2026-06-15 19:25:15 +09:00
ROADMAP.md Fix typos in the ROADMAP intro (#1421) 2026-06-03 14:12:10 +09:00
SECURITY.md Clarify private deployment hardening docs 2026-06-02 13:01:12 +09:00
setup.py refactor(constants): single source of truth for data dir (#3368) 2026-06-08 09:58:52 +02:00
start-macos.sh fix(macos): rebuild incomplete venv instead of failing on re-run (#3106) 2026-06-15 16:12:19 +09:00
THREAT_MODEL.md docs: add THREAT_MODEL.md (#1111) 2026-06-02 22:40:37 +09:00
update_windows.bat Windows: add Docker update script 2026-06-02 20:45:32 +09:00

Odysseus

A self-hosted AI workspace for chat, agents, research, documents, email, notes, calendar, and local model workflows.

Quick Start · Setup Guide · Contributing · Roadmap

Packaging status

Odysseus interface


Quick Start

dev is the default branch and gets the newest changes first. Use main if you want the more curated branch.

git clone https://github.com/pewdiepie-archdaemon/odysseus.git
cd odysseus
cp .env.example .env
docker compose up -d --build

Open http://localhost:7000 when the containers are healthy. The first admin password is printed in docker compose logs odysseus.

Native installs, GPU notes, Windows/macOS instructions, HTTPS, and configuration live in the setup guide.

Features

  • Chat + Agents — local/API models, tools, MCP, files, shell, skills, and memory.
  • Cookbook — hardware-aware model recommendations, downloads, and serving.
  • Deep Research — multi-step web research with source reading and report generation.
  • Compare — blind side-by-side model testing and synthesis.
  • Documents — writing-first editor with AI edits, suggestions, Markdown, HTML, CSV, and syntax highlighting.
  • Email — IMAP/SMTP inbox with triage, tags, summaries, reminders, and reply drafts.
  • Notes, Tasks + Calendar — reminders, todos, scheduled agent tasks, and CalDAV sync.
  • Extras — gallery/image editor, themes, uploads, web search, presets, sessions, and 2FA.

Demo

A full hover-to-play tour lives on the landing page: docs/index.html.

Contributing

Help is welcome. The best entry points are fresh-install testing, provider setup bugs, mobile/editor polish, docs, and small focused refactors. See CONTRIBUTING.md and ROADMAP.md.

Security

Odysseus is a self-hosted workspace with powerful local tools. Keep auth enabled, keep private data out of Git, and do not expose raw model/service ports publicly. Deployment details are in the setup guide.

Star History

Star History Chart

License

AGPL-3.0-or-later -- see LICENSE and ACKNOWLEDGMENTS.md.