Skip to content

Odysseus Windows v1.0.0

Latest

Choose a tag to compare

@FaizullahAlNoman FaizullahAlNoman released this 12 Jun 01:06
ae19f6d

πŸš€ TheOdysseus-Windows

Screenshots

Loading Screen
Chat Page

What is this?

TheOdysseus-Windows is a one-click Windows installer for Odysseus β€” a self-hosted, fully offline local AI workspace. This installer handles everything automatically so you don't need any technical knowledge to get started.


Why was this made?

The original Odysseus requires manual setup through the command line β€” installing Python, Git, cloning the repo, setting up virtual environments, and more. This project was created to make that process effortless for everyday Windows users who just want to run a local AI without the hassle.


How does it work?

When you launch the installer, it:

  • Detects what's already installed on your PC
  • Skips anything that's already present
  • Automatically installs what's missing (Git, Python 3.11, Ollama)
  • Clones and sets up Odysseus
  • Downloads the AI model
  • Launches Odysseus directly β€” no browser, no terminal

Pre-Installation Requirements

  • Windows 10 or Windows 11 (64-bit)
  • At least 4GB RAM (8GB or more recommended for best performance)
  • At least 5GB free disk space
  • Internet connection for first-time setup only

Installation Process

  1. Download Odysseus Setup 1.0.0.exe from the releases
  2. Run the installer β€” it installs silently in one click
  3. Launch Odysseus from your Start menu or Desktop
  4. On first launch, the app will automatically:
    • Install Git, Python 3.11, and Ollama (if not already present)
    • Clone and set up Odysseus
    • Download the AI model (~2GB)
  5. Once setup is complete, create your admin account
  6. Start chatting with your local AI β€” fully offline!

Post-Installation

  • Odysseus runs completely offline after first setup
  • No subscriptions, no API costs, no data sent anywhere
  • To add AI models, open a terminal and run ollama pull <modelname>
  • Default model: qwen2.5:3b (best for 8GB RAM)

⚑ Fast Install (Recommended)

Want to skip the long wait during first launch? Pre-install Ollama and pull the AI model before running the installer:

  1. Download and install Ollama from ollama.com
  2. Open PowerShell and run: ollama pull qwen2.5:3b
  3. Then run Odysseus Setup 1.0.0.exe

The installer will detect Ollama and the model are already present and skip those steps β€” making setup significantly faster.


Credits