Rust Cursor

Open-source Rust projects categorized as Cursor

Top 23 Rust Cursor Projects

  1. flow

    Everything you need to move your project faster (by nikivdev)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. crossterm

    Cross platform terminal library rust

    Project mention: Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher | dev.to | 2026-06-02

    Building LlamaStash brought me back to a lot of that, but the ground has shifted. ratatui (the maintained fork of tui-rs) is a real, polished framework now. tokio makes async daemons boring in a good way. hyper gives you a respectable HTTP server in a few hundred lines. crossterm handles the cross-platform terminal mess. sysinfo covers host metrics. The pieces are all there and you have LLMs to help you speed up everything to 10x.

  4. tokscale

    🛰️ A CLI tool for tracking token usage from OpenCode, Claude Code, 🦞OpenClaw (Clawdbot/Moltbot), Pi, Codex, Gemini, Cursor, AmpCode, Factory Droid, Kimi, and more! • 🏅Global Leaderboard + 2D/3D Contributions Graph

    Project mention: Uber's $1,500/Month AI Limit Is a Useful Signal for AI Tool Pricing | news.ycombinator.com | 2026-06-03
  5. yomo

    🦖 Serverless AI Agent Framework with Geo-distributed Edge AI Infra.

  6. HarnessKit

    More than a skill manager — manage skills, MCP servers, plugins, hooks, CLIs, configs, memory & rules across every AI coding agent. 🌟 Star if you like it!

    Project mention: HarnessKit – Manage skills/MCP/hooks/plugins/memory across all your Agents | news.ycombinator.com | 2026-05-31
  7. agnix

    The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.

    Project mention: Show HN: Agnix – lint your AI agent configs (Claude.md, skills, MCP, hooks) | news.ycombinator.com | 2026-02-11
  8. silo

    Same app, same port, at the same time (by silo-rs)

    Project mention: Show HN: Silo – Every Git branch gets its own localhost | news.ycombinator.com | 2026-02-14
  9. bitloops

    The open-source intelligence layer for AI native development

    Project mention: Show HN: Give your AI agent a brain that understands your codebase | news.ycombinator.com | 2026-05-16
  10. markplane

    AI-native, markdown-first project management. Your repo is the project manager.

    Project mention: Show HN: Markplane – Project management in your repo, built for AI collaboration | news.ycombinator.com | 2026-04-15

    That works because of a .context/ directory that maintains a compressed representation of your full project state. An AI assistant reads the compressed context and understands what exists, what's in progress, and what's blocked — without stuffing hundreds of task files into its context window. Think of it as a materialized view of your project, optimized for LLM consumption.

    There's a built-in MCP server so AI assistants can query and update tasks naturally. "What's blocking the auth refactor?" or "create a task to refactor the payment module" just works.

    No SaaS, no database, no signup. Single binary, v0.1.2.

    https://github.com/zerowand01/markplane

    I'm most curious about two things:

  11. cursor-rust-tools

    A MCP server to allow the LLM in Cursor to access Rust Analyzer, Crate Docs and Cargo Commands.

  12. kasetto

    📼 A declarative AI agent environment manager, written in Rust.

    Project mention: kasetto - declarative AI agent environment manager, written in Rust | dev.to | 2026-04-11

    I built kasetto to fix that. The idea is borrowed from things I already loved - the declarative reproducibility of dotfiles, the simplicity of uv for Python packages. What uv did for Python, kasetto aims to do for AI agent skills.

  13. pg_guard

    a Postgres proxy to protect your db from cursor

    Project mention: Protect Your Database from Cursor | news.ycombinator.com | 2025-09-01
  14. eden-skills

    Deterministic & Blazing-Fast Skills Manager for AI Agents (Claude Code, Cursor, Codex & More).

    Project mention: Show HN: I built a 38K-line Rust CLI using 3 AI models as my engineering team | news.ycombinator.com | 2026-03-09

    https://github.com/AI-Eden/eden-skills/tree/main/prompt

    Happy to answer any questions about the Rust implementation (two-phase async reactor) or the AI orchestration process!

  15. remembrallmcp

    Persistent knowledge memory layer for AI agents. Rust, Postgres + pgvector, MCP protocol.

    Project mention: How Claude Code works in large codebases | news.ycombinator.com | 2026-05-15

    Small plug for what I built:

    You need a code dependency graph: https://github.com/roboticforce/remembrallmcp

  16. amdb

    Give your AI Agent understanding of your codebase. A Rust CLI that turns your entire project into a single, optimized context file for Cursor, Antigravity, and Claude.

    Project mention: Show HN: Amdb – Tree-sitter based memory for AI agents (Rust) | news.ycombinator.com | 2026-02-07
  17. hypergrep

    A better grep for AI agents. Structural search, call graphs, impact analysis, semantic compression. 87% fewer tokens. 16 languages. Built in Rust. (by marjoballabani)

    Project mention: Your AI Agent Wastes 87% of Its Tokens Just Finding Code. I Fixed That. | dev.to | 2026-03-29

    So I built Hypergrep. And the plumber now has a floor plan.

  18. fuelcheck-cli

    â›˝ Lightweight command-line utility designed to monitor and manage token consumption across the modern AI ecosystem.

    Project mention: Show HN: Fuelcheck CLI – Monitor token usage across the modern AI providers | news.ycombinator.com | 2026-02-16
  19. primer

    Build real software step-by-step with Claude, Codex, OpenCode, Gemini, Cursor, and other agents (by armgabrielyan)

    Project mention: Show HN: Primer – build software with AI agents one milestone at a time | news.ycombinator.com | 2026-03-23
  20. mnemoria

    Persistent, git-friendly memory storage for AI agents — hybrid semantic + full-text search, append-only binary format, zero-copy reads

    Project mention: Show HN: Oc-mnemoria – Persistent memory for AI coding agents | news.ycombinator.com | 2026-03-02
  21. lore

    Create a high-context repository where AI agents don't just read your code — they read the minds of previous developers and agents who worked on it. (by AvraamMavridis)

    Project mention: Lore, A reasoning engine that stores the "why" behind code changes | news.ycombinator.com | 2026-01-14

    Hey HN, I built Lore because I was frustrated with context loss when using AI coding agents.

    Git tells you who changed code and when. Comments (hopefully) tell you what the code does. But neither captures why it was written that way, the reasoning, the alternatives that were rejected, the trade-offs considered. Would love feedback on the approach.

    Website: https://avraammavridis.github.io/lore/

    GitHub: https://github.com/avraammavridis/lore

  22. agents-in-a-box

    context engineering for agentic coding

    Project mention: Your Coding Agent's Best Feature Isn't the Code | dev.to | 2026-04-26

    /batch. Need to migrate 100 repositories from axios to superagent? This is the one. Yeah, packaged skills do similar things - beads with swarm orchestration, or agents-in-a-box which is what I use for multi-agent coordination. But having it built in tells you the level of dogfooding going on here. These aren't theoretical features cobbled together from a product roadmap. They're building the features they needed yesterday.

  23. sync

    Structured, git-native knowledge your AI coding agent writes over MCP — and that uses git to flag itself stale when the code moves. Local-first, no SaaS. (by sync-buzz)

    Project mention: Sync – Quality Control and Project Management System for AI Agents | news.ycombinator.com | 2026-06-14
  24. lumen

    Real-time LLM token and cost monitor with TLS-intercepting proxy or HTTP relay; cross-platform with macOS status bar app and browser dashboard (by DataGrout)

    Project mention: Show HN: Lumen–free Real-time LLM token and cost monitor | news.ycombinator.com | 2026-06-11
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Cursor discussion

Log in or Post with

Rust Cursor related posts

  • Aperion Shield v0.7 – guardrails for AI coding agents now run as Git hooks

    1 project | news.ycombinator.com | 26 May 2026
  • Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

    13 projects | news.ycombinator.com | 17 May 2026
  • debug-bridge: Wire Your AI Agent Into Your Running Webapp

    2 projects | dev.to | 26 Apr 2026
  • noob in need of help.

    1 project | /r/bevy | 16 Dec 2022
  • Signs of being a "intermediate vim user."

    3 projects | /r/vim | 6 May 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Cursor projects in Rust? This list will help you:

# Project Stars
1 flow 21,135
2 crossterm 4,095
3 tokscale 3,677
4 yomo 1,906
5 HarnessKit 284
6 agnix 283
7 silo 115
8 bitloops 112
9 markplane 86
10 cursor-rust-tools 83
11 kasetto 41
12 pg_guard 30
13 eden-skills 29
14 remembrallmcp 25
15 amdb 21
16 hypergrep 18
17 fuelcheck-cli 14
18 primer 14
19 mnemoria 13
20 lore 11
21 agents-in-a-box 10
22 sync 10
23 lumen 6

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com