Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 2.88 KB

File metadata and controls

74 lines (47 loc) · 2.88 KB

🦊 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.