Discover and explore top open-source AI tools and projects—updated daily.
Constella-OSLocal-first AI command center for personal knowledge and agents
Top 42.4% on SourcePulse
Constella Desktop is an open-source, local-first command center designed to unify personal files, memories, and agentic workflows. It addresses the challenge of scattered digital information by syncing user-selected folders, building a private, searchable knowledge substrate, and using local analysis to synthesize connected concepts and insights. This project targets engineers, researchers, and power users seeking a consolidated, AI-enhanced "brain" for their personal knowledge management and agentic tasks, prioritizing data privacy through local-first operation.
How It Works
Constella operates in three layers: Local Source Sync, Search and Memory Substrate, and Wiki and Constellation Synthesis. It syncs specified local folders (e.g., Obsidian vaults, Documents) into qmd collections. These collections are then indexed locally using SQLite, sqlite-vec, and local embedding infrastructure, forming a private, searchable knowledge base. Scheduled analysis passes cluster related material into human-readable markdown concept pages and higher-order themes, stored alongside a SQLite sidecar for graph queries and scheduling, creating a compounding wiki rather than a purely query-time RAG interface.
Quick Start & Requirements
npm install, npm start. For building: npm run build. For packaging: npm run package.Highlighted Details
qmd and SQLite/vector store, enabling searches across collections without sending private data to remote services.Maintenance & Community
The project welcomes issues, ideas, and pull requests, favoring small, focused changes. Specific community channels (e.g., Discord, Slack) or notable contributors/sponsorships are not detailed in the README. A roadmap is outlined in the tasks/ directory, detailing planned enhancements for graph views, reminders, recommendations, and parser improvements.
Licensing & Compatibility
Limitations & Caveats
Constella Desktop is an active prototype and a work-in-progress foundation, not a polished production application. Some product surfaces, including the full constellation graph view, reminders, and automatic recommendation workflows, are still stubbed or evolving. Users must exercise caution when adding large private directories or workspaces containing secrets, as the application reads local files and agent execution can run external CLI tools.
1 week ago
Inactive