coleam00/local-ai-packaged

Run all your local AI together in one package - Ollama, Supabase, n8n, Open WebUI, and more!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 15 minutes ago
Added to GitGenius on September 18th, 2026
Created on February 16th, 2025
Open Issues & Pull Requests: 61 (+0)
GitHub issues: Enabled
Number of forks: 1,354
Total Stargazers: 3,773 (+0)
Total Subscribers: 93 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.8 hours
Mean response time: 17.4 days
90th percentile: 46.7 days
Tracked items: 112

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 53% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 420 days
Stale 30+ days: 38
Stale 90+ days: 38

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (67)
  • enhancement (44)
  • question (13)
  • looking into it (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Local AI Packaged is a Docker Compose template that bundles multiple self-hosted AI and low-code development tools into a single deployable package.

The tool solves the problem of coordinating disparate AI infrastructure components by pre-configuring Ollama for local language models, Open WebUI as a chat interface, n8n for workflow automation, Supabase for database and vector storage, and additional services like Flowise, Neo4j, Qdrant, Langfuse, and SearXNG. Rather than assembling these separately, the template handles networking, environment configuration, and integration between components through a single Docker Compose setup. Pre-built RAG agent workflows are included to demonstrate common patterns.

This approach suits developers building self-hosted AI applications who want a complete stack without manual orchestration. It works well for teams exploring local LLM deployment, building AI agents with n8n, or prototyping RAG systems. The package includes both Supabase and Qdrant for vector storage, acknowledging that Qdrant offers better performance for certain use cases while Supabase provides broader database functionality. The template is positioned as an extension of the original n8n self-hosted AI starter kit, with additions focused on practical agent development workflows.

The project maintains an active Kanban board tracking feature implementation and bug fixes. Environment variable requirements have evolved with upstream component updates, particularly around Supabase configuration, indicating ongoing maintenance to keep dependencies current.