osmantic/ods

Turn your PC, Mac, or Linux box into an AI server. LLM inference, chat UI, voice, agents, workflows, RAG, and image generation.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on September 10th, 2026
Created on February 9th, 2026
Open Issues & Pull Requests: 2,330 (+53)
GitHub issues: Enabled
Number of forks: 917
Total Stargazers: 6,405 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 7.3 hours
Mean response time: 4.1 days
90th percentile: 11.3 days
Tracked items: 264

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Almost all tracked open issues have seen activity in the last three months. Only 19% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 149
New in 7 days: 81
Closed in 7 days: 3
Avg open age: 10 days
Stale 30+ days: 14
Stale 90+ days: 0

Recent activity

Opened in 7 days: 79
Closed in 7 days: 2
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • bug (66)
  • enhancement (33)
  • help wanted (3)
  • dashboard (1)
  • stable-hotfix (1)

Detailed Description

ODS is a self-hosted AI server platform that turns a personal computer into a private AI inference and automation environment.

The tool solves the problem of assembling and configuring multiple AI components by bundling local model inference, a web chat interface, workflow automation, voice capabilities, retrieval-augmented generation, and image generation into a single integrated stack. Rather than requiring users to manually install and wire together Ollama, Open WebUI, n8n, ComfyUI, and related tools, ODS provides an automated installer that handles setup, service orchestration, and initial configuration. The system keeps user data and prompts local by default, with cloud integration available as an optional choice.

ODS suits users building private AI servers or homelabs who want a complete, validated stack without manual component assembly. It targets developers and operators who prioritize data privacy and local control, and those who need voice interaction, agent workflows, or document retrieval alongside model inference. The tool is designed for zero-prerequisite bootstrap on Linux, macOS, and Windows systems with Docker installed, and includes a control dashboard for managing models, services, GPU status, and extensions from a single interface.

The project maintains separate release channels with stable versions pinned to tagged releases and a fast-moving main branch for active development. Release validation is performed against a fleet-based test environment covering zero-prerequisite bootstrap, fresh installs, full model capabilities, and lifecycle recovery before marking a release as green. The repository includes detailed documentation on installer trust, forkability, and release channels to support both direct consumption and downstream forks. The codebase is organized with product runtime, services, compose overlays, and operator documentation in a dedicated directory structure separate from public-facing materials.