The desktop app that lets you interact with AI LLM models locally on your PC. All conversation history is stored locally, meaning you have full control over your personal data. Once you download and install everything, it also works fully offline!
- See GitHub Releases.
- Download and run either the
.msior the.exeto install on your device!
-
Install prerequisites for Tauri
-
Download and install Ollama
-
Clone repository with:
git clone https://github.com/rahulio96/offline-ai.git
-
Then run the following commands:
cd vite-projectnpm install
npx tauri dev
- Framework: Tauri
- Frontend: React, TypeScript
- Backend: Rust, Ollama
- Database: SQLite

