C developer-tools

Open-source C projects categorized as developer-tools

Top 17 C developer-tool Projects

developer-tools
  1. codebase-memory-mcp

    High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 158 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependencies.

    Project mention: Stop Making Your AI Coding Agent Grep Your Whole Repo — Try codebase-memory-mcp | dev.to | 2026-06-20

    codebase-memory-mcp is an open-source MCP server built to fix exactly that. It indexes your codebase into a persistent knowledge graph — functions, classes, call chains, HTTP routes, cross-service links — and lets your agent ask structural questions directly instead of reading its way through the filesystem.

  2. SaaSHub

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

    SaaSHub logo
  3. nnn

    n³ The unorthodox terminal file manager

    Project mention: Building a TUI is easy now | news.ycombinator.com | 2026-02-13
  4. ctags

    A maintained ctags implementation

  5. FalkorDB

    A super fast Graph Database uses GraphBLAS under the hood for its sparse adjacency matrix graph representation. Our goal is to provide the best Knowledge Graph for LLM (GraphRAG).

    Project mention: Perl 🐪 Weekly #773 - The perl-tester Docker image | dev.to | 2026-05-18

    A couple of days ago I started to play with FalkorDB, an Open Source Graph Database. I already gave a presentation in Hebrew on how to use in general and specifically in Python. In a couple of hours I am going to give another one - this time in English - an intro to GraphDB. I'll use Rust for the programatic examples. It seems there is no client for it in Perl so it might be an interesting project to build one. The one in Python uses the Redis module for connectivity so I looked at the options to use Redis in Perl. MetaCPAN showed the Redis module as the first hit. Unfortunately that module did not have a commit for 3 years and there are many outstanding Issues and even PRs. So I posted about it both in the Perl Maven WhatsApp group and in the Telegram channel. Within seconds I was pointed towards Mojo::Redis and Redis::XS as alternatives.

  6. clifm

    💾 The shell-like, command line terminal file manager

    Project mention: CliFM: The shell-like, command line terminal file manager | news.ycombinator.com | 2026-01-22
  7. qtap

    Qtap: An eBPF agent that captures pre-encrypted network traffic, providing rich context about egress connections and their originating processes.

    Project mention: Show HN: QTap DevTools – Chrome-style encrypted traffic inspector for Linux | news.ycombinator.com | 2026-01-21

    - Data never leaves your machine

    DevTools is free and open source (AGPL-3.0).

    GitHub: https://github.com/qpoint-io/qtap

  8. bake

    Bake, A build system for building, testing and running C & C++ projects (by SanderMertens)

  9. bcal

    :1234: Bits, bytes and general-purpose calculator

  10. interrupt

    A community for embedded software makers.

  11. cdecl

    Composing and deciphering C (or C++) declarations or casts, aka ‘‘gibberish.’’

    Project mention: include-tidy: A Tool to Enforce Include-What-You-Use | dev.to | 2026-05-21

    Consider the following declarations (borrowed by my cdecl project):

  12. sqry

    Semantic code search engine - by Verivus (sqry.dev)

    Project mention: Hardening API Scan Boundaries in skill-scanner, with sqry as the Review Map | dev.to | 2026-06-14

    The tool that changed the review was sqry, version 20.0.5. sqry uses "semantic" in the compiler sense, it parses code into ASTs, builds a graph of symbols and relationships, and answers structural questions from that graph. It is not an embedding search tool, and it is not just grep with better ranking.

  13. GithubDesktopWSL

    GitHub Desktop with native WSL support — 6-27x faster git operations

    Project mention: Show HN: GitHub Desktop WSL – Like VS Code Remote WSL, but for GitHub Desktop | news.ycombinator.com | 2026-03-26
  14. gortex

    High-performance code intelligence engine that indexes repositories into an in-memory knowledge graph and exposes it via CLI, MCP Server, and web UI. Built for AI coding agents - expose only needed information - one get_editing_context call replaces 5-10 file reads, cutting token usage by ~94%.

    Project mention: Show HN: Gortex – MCP server for cross-repo code intelligence | news.ycombinator.com | 2026-04-21
  15. bmptk

    C/C++/assembler built environment for micro-controllers

  16. zym

    CLI for the Zym programming language.

    Project mention: Show HN: Zym, An embeddable scripting language with a focus on control | news.ycombinator.com | 2026-02-24
  17. claude-pager

    Fast C transcript pager for Claude Code: no blank Ctrl-G screen, clickable links/files, queued prompt composer, TurboDraft fast path.

    Project mention: Show HN: TurboDraft – fast Ctrl-G prompt editor for Claude Code and Codex CLI | news.ycombinator.com | 2026-02-21

    - built specifically for prompt-edit iteration speed

    Related tool: https://github.com/gradigit/claude-pager

  18. prongc

    Tool that detects shared state and data-flow overlap between C function calls without whole-program analysis.

    Project mention: prongC: A Static Analysis Tool That Helps You Detect C Shared Data Accesses | dev.to | 2026-06-25

    If you've ever stared at a large C codebase wondering whether two function calls touch the same shared state, you know the pain. Manual code review is error-prone, and full program analysis can be overkill. prongC was built to solve exactly this problem. It's a lightweight static analysis tool that detects shared variable accesses between function calls without requiring whole-program analysis.

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

C developer-tools discussion

Log in or Post with

C developer-tools related posts

  • Stop Making Your AI Coding Agent Grep Your Whole Repo — Try codebase-memory-mcp

    1 project | dev.to | 20 Jun 2026
  • High-performance code intelligence MCP server

    1 project | news.ycombinator.com | 19 Jun 2026
  • Code Intelligence MCP Server

    1 project | news.ycombinator.com | 17 Jun 2026
  • yazi: Rust Terminal File Manager with Image Preview — Alacritty Fix Included

    3 projects | dev.to | 21 Apr 2026
  • How I Cut My AI Coding Agent's Token Usage by 120x With a Code Knowledge Graph

    2 projects | dev.to | 20 Mar 2026
  • Show HN: Zym, An embeddable scripting language with a focus on control

    1 project | news.ycombinator.com | 24 Feb 2026
  • Musings on Structure Declarations

    1 project | dev.to | 21 Feb 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jul 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source developer-tool projects in C? This list will help you:

# Project Stars
1 codebase-memory-mcp 29,404
2 nnn 21,694
3 ctags 7,237
4 FalkorDB 4,738
5 clifm 1,698
6 qtap 1,448
7 bake 740
8 bcal 697
9 interrupt 544
10 cdecl 348
11 sqry 27
12 GithubDesktopWSL 19
13 gortex 9
14 bmptk 8
15 zym 7
16 claude-pager 6
17 prongc 2

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

Did you know that C is
the 6th most popular programming language
based on number of references?