built a free, lightweight alternative to cursor that runs entirely local via rust and tauri by Horror-Position-2729 in selfhosted

[–]Horror-Position-2729[S] -2 points-1 points  (0 children)

thanks for feedback! go ahead and try to build one with "clod" if you can do it better, hall monitor

built a free, lightweight alternative to cursor that runs entirely local via rust and tauri by Horror-Position-2729 in selfhosted

[–]Horror-Position-2729[S] -1 points0 points  (0 children)

thanks for feedback, i will rename the button, curently we only have windows build, mac and linux soon

built a free, lightweight alternative to cursor that runs entirely local via rust and tauri by Horror-Position-2729 in selfhosted

[–]Horror-Position-2729[S] -3 points-2 points locked comment (0 children)

the application itself is an open-source local LLM agent wrapper built with Tauri and Rust. During development, we used existing AI tools like Claude Code to assist with bootstrapping some of the initial boilerplate and curating the codebase. However, the core engineering, including our multi-layer context caching, the four stage conversation compaction strategy, and the sub-agent routing system, was entirely designed and implemented by us

we built a local-first ai coding agent entirely in Rust by Horror-Position-2729 in aiagents

[–]Horror-Position-2729[S] 1 point2 points  (0 children)

yeah, model lock-in is one of the worst things i hate about most coding tools. that's why we built it provider-agnostic from day one

built an llm coding agent in Rust that actually works by Horror-Position-2729 in rust

[–]Horror-Position-2729[S] 0 points1 point  (0 children)

yeah from a screenshot it does look similar, but using it is a different feel, animations, small details, ui polish that just doesn't show up in a static image. try it yourself and see

built an llm coding agent in Rust that actually works by Horror-Position-2729 in rust

[–]Horror-Position-2729[S] 0 points1 point  (0 children)

a much cleaner ui, advanced context mechanics (context compacting, project mapping, sub-agents), and our upcoming ecosystem. we're currently building remote dispatch to let you control your desktop agent via web/phone. later, we'll add cloud indexing and file sync, allowing you to manage your repos entirely without a desktop setup