Transform SQLite into a personal pocket database that everyone can use.
Important
Eidos is under active development. While you can try it out, it's not recommended for production use. Stay tuned for updates on the official release.
-
Personal Data Management: A comprehensive framework for organizing, storing, and managing your personal data with Notion-like documents and databases
-
Offline Support: Everything runs inside your local machine. Access your data without an internet connection. Data is stored locally for blazing-fast performance.
-
AI Features: Deeply integrated with LLM for AI-powered capabilities. Translate, summarize, and interact with your data within Eidos.
-
Extensible: Simple and powerful extension system, make Eidos a malleable software, write extension code manually or use AI to generate extension code. Build tools and use tools, unlimited extension.
-
Open Format: You get the raw data, everything in sqlite is open.
Get the app from: https://eidos.space/download
- Clone the repository
git clone https://github.com/mayneyao/eidos.git - Run
pnpm installto install dependencies - Install SQLite extensions:
- Run
pnpm install:sqlite-extto install required SQLite extensions (only for the first time)
- Run
- Start development:
- For desktop development: Run
pnpm dev:desktopto start the desktop app
- For desktop development: Run
For more details, visit https://docs.eidos.space/
This project is licensed under the terms of the AGPL license.



