Lumi AI โœจ

May 17, 2026 ยท View on GitHub

Banner

Lumi AI โœจ

A friendly, human-like AI chatbot powered by Google's Gemini models via the Gemini API.

Features ๐ŸŒŸ

  • Gemini models - Gemini 3.1 Flash Lite, Gemma 4 26B, and Gemma 4 31B
  • Thinking - Configurable thinking levels per model
  • Branching - Edit messages and navigate between response branches
  • Custom instructions - Create, toggle, and stack custom instructions to personalize AI behavior
  • File attachments - Images, PDFs, and other files as context
  • Google Search - Grounded responses with web search integration
  • Code Execution - Run Python code and render outputs inline
  • Markdown rendering - Code highlighting, LaTeX, and rich formatting
  • Background streaming - Responses continue even when switching conversations
  • Local storage - Conversations stored locally via IndexedDB

Supported Platforms ๐Ÿ“ฒ

PlatformFormatDownload
AndroidAPKGitHub Releases
WindowsEXE, MSIGitHub Releases
LinuxAppImage, DEB, RPMGitHub Releases

Linux (Arch/Fedora-based distros): If the AppImage crashes with an EGL display error, install the .deb (via debtap) or .rpm (via rpmextract) package instead.

Screenshots ๐Ÿ“ฑ

Requirements ๐Ÿ“‹

Build ๐Ÿ”จ

# Install dependencies
bun install

# Development
bun run tauri dev

# Production build
bun run tauri build

Credits ๐Ÿ‘ฅ

License ๐Ÿ“„

MIT License - see LICENSE