Skip to content

SoFluffyOS/lumide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🦊 Lumide β€” The Agent-Native IDE.

Lumide is an IDE built with Flutter. It features a GPU-accelerated architecture and first-class support for AI agents.

Website | Documentation | Blog


πŸš€ Performance & Architecture

Lumide is designed for efficiency, focusing on low latency and reduced resource usage.

  • πŸ’™ Built with Flutter: A unified desktop experience.
  • ⚑ Text Rendering: Custom-built engine using a Rope-based data structure (O(log n) operations). Cold starts in under 200ms.
  • 🧠 Resource Usage: Footprint of ~80 MB idle.
  • πŸ’Ž Rendering: 120 FPS performance across the editor and terminal via a GPU-accelerated graphics pipeline.
  • πŸ”Œ Extensibility: Access to the Dart ecosystem (pub.dev) for themes, language servers, and plugins.
  • πŸ€– AI Integration: Support for inline suggestions and "Ghost Text" UX.
  • πŸ•΅οΈ Agent-Native Architecture: Integration for AI agents using the Agent Client Protocol (ACP). Features native ACP agent hosting.
  • 🐢 C.O.R.G.I. Git Client: Git interface with a "Split-Brain" layout, context navigation, and granular staging.
  • πŸ› οΈ Language Support: LSP support for completions, diagnostics, and go-to-definition. Optimized for Dart & Flutter.
  • 🌿 Git Integration: Inline status colors and gutter markers for modified lines.
  • 🎹 Keybindings: Customizable keymaps with presets for common editors.
  • πŸ—‚οΈ Workspace Layout: A docking system for managing the editor workspace.

πŸ“¦ Download

Visit lumide.dev to download for your platform.

Alternatively, versions are available on the Releases page.

  • macOS (Universal / Apple Silicon)
  • Windows (x64)
  • Linux (x64 / ARM64)

πŸ“‚ Repository Structure

This repository (SoFluffyOS/lumide) hosts Lumide releases and issue tracking.

  • README.md: This file.
  • CHANGELOG.md: Version release notes.
  • CONTRIBUTING.md: Guidelines for feedback and reports.

πŸ›‘οΈ Privacy & Security

  • Local First: Files remain on the local machine.
  • Minimal Telemetry: No tracking of keystrokes or project data.

🀝 Community

Join the journey to build the ultimate developer environment.


Made with πŸ’– by SoFluffy in 2026.