OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4102discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: code-search清除
open-kiokushivyadavus
ADDED

Open Kioku is a local repository intelligence tool for AI coding agents. It indexes codebases locally to provide context, generate bounded edit plans, and verify actual diffs against those plans.

AI & MLDeveloper toolsCoding assistants
jarvisphuongddx
ADDED

jarvis (jarvis-mcp) is a local-first code intelligence MCP server for coding agents: it precomputes SCIP navigation, a Tree-sitter declaration baseline, Zoekt lexical search and optional semantic vectors, then serves nine read-only tools over stdio, keeping all data in a local directory.

AI & MLDeveloper toolsCoding assistants
scantoolmariusei
ADDED

MCP server and CLI tool that gives coding agents a structural map of codebases across 20+ languages using tree-sitter, reducing token usage by up to 75% compared to grep-based exploration.

AI & MLDeveloper toolsCoding assistants
ADDED

Provides an MCP server that fetches and analyzes Kotlin/Java library sources from Maven/Gradle, exposing API signatures, KDoc, source code, dependencies, and version listings via a set of tools for AI assistants and IDEs.

Developer toolsProductivityBackend & APIs

An interactive TUI CLI for searching GitHub code across an organization, with per-repository result aggregation, keyboard/mouse navigation, fine-grained extract selection, and Markdown/JSON output.

Developer toolsCLI & terminal
graphifyGraphify-Labs
ADDED

Graphify is a CLI skill that maps a codebase into a queryable knowledge graph for AI coding assistants. It uses tree-sitter for local deterministic code parsing, no embeddings, and outputs graph.html, GRAPH_REPORT.md, and graph.json.

AI & MLDeveloper toolsCoding assistants