Kasane: A Drop-in Kakoune Frontend with Extensible GPU and Terminal UI
By
nsagent
Crisp on the outside, thoughtful on the inside. A keeper.
Summary
Kasane is a drop-in replacement frontend for the Kakoune text editor that rebuilds the rendering pipeline to work with either terminal or GPU backends. It provides an extensible UI foundation that allows users to add features like splits, image display, workspace persistence, and other UI enhancements through sandboxed WASM plugins. The tool maintains compatibility with existing Kakoune configurations while offering GPU acceleration, system font rendering, and a plugin system where complete plugins can be written in just 15 lines of Rust.
Key quotes
· 5 pulledKakoune handles editing. Kasane rebuilds the rendering pipeline — terminal or GPU — and opens the full UI to extension: splits, image display, workspace persistence, and beyond.
Extend it yourself with sandboxed WASM plugins — a complete one fits in 15 lines of Rust.
Your kakrc works unchanged.
GPU backend (--ui gui) — fuzzy finder, pane splits, and color preview are all WASM plugins
alias kak=kasane and these improvements apply automatically:
You might also wanna read
Cursor: AI-Powered Code Editor for Enhanced Developer Productivity
Cursor is an AI-powered code editor designed to significantly boost developer productivity by integrating AI assistance directly into the co
Haystack: AI-Powered Code Review Platform That Turns Pull Requests into Clear Narratives
Haystack is an AI-native code review platform that transforms pull request reviews from confusing jigsaw puzzles into clear narrative storie
Cline: AI-Powered Autonomous Coding Assistant for Visual Studio Code
Cline is an AI-powered autonomous coding agent for VS Code that can understand code context, generate code, answer questions, and perform co
Coddo: A Task-First Software Development Tool with AI Integration
Coddo is a task-first software development tool that differs from traditional IDEs like VS Code by organizing work around tasks rather than
Warp Platform: Terminal and Orchestration Tools for Building Coding Agents Locally and in the Cloud
Warp is a terminal platform designed specifically for building and running coding agents, offering both local and cloud-based capabilities.
Zed Code Editor Reaches 1.0 After Rebuilding from Scratch Without Electron
Zed, a new code editor built from scratch by the creators of Atom, has reached version 1.0. The team abandoned the Electron/web technology a
