deeplethe/utopia

World's first open-source enterprise world model.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 10th, 2026
Created on August 7th, 2026
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 621
Total Stargazers: 7,171 (+0)
Total Subscribers: 218 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.3 hours
Mean response time: 11.7 hours
90th percentile: 42.4 hours
Tracked items: 117

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. Only 27% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 34
New in 7 days: 66
Closed in 7 days: 44
Avg open age: 2 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 60
Closed in 7 days: 39
Comments in 7 days: 1
Events in 7 days: 4

Top labels

  • help wanted (6)
  • enhancement (3)

Detailed Description

Utopia is an open-source enterprise world model that combines knowledge graphs with temporal awareness and ontology to track how understanding evolves over time.

The tool addresses the limitation of traditional knowledge graphs and vector stores, which capture only present knowledge. Utopia implements a bitemporal knowledge graph where every fact carries temporal metadata, allowing the system to record not just what is known now but how that knowledge changed and why. This enables compliance auditing and decision review by preserving the full reasoning trail. The system runs offline on self-hosted hardware, giving enterprises control over their knowledge foundation. It deploys as a single Rust binary paired with PostgreSQL, embedding full-text search in the binary itself while using pgvector for vector storage and a database table for job queuing.

Adoption suits enterprises that need trustworthy decision foundations with audit trails, particularly in regulated industries like finance, law, and healthcare where understanding how a decision was reached matters as much as the decision itself. The tool is designed for teams building knowledge systems where temporal reasoning and conflict detection are requirements rather than nice-to-haves. The project explicitly positions itself as a different approach to enterprise intelligence than existing alternatives, built from knowledge governance upward rather than as a vector-store-first system.

The project maintains active development with regular commits across core functionality. Work spans the temporal knowledge graph implementation, ontology handling, and integration between the Rust binary and PostgreSQL backend. The codebase shows sustained attention to the bitemporal model that distinguishes the tool, with ongoing refinement of how temporal facts are stored and queried. Documentation includes philosophical grounding for the design choices, suggesting the maintainers are invested in explaining not just what the system does but why its approach differs from conventional knowledge systems.