Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: parser

2660 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
Firecrawl
Firecrawl is an open-source web scraping and crawling API that turns websites into clean Markdown, structured JSON, screenshots, and other …
88172809active
Graphify-Labs/graphify
Graphify is an open-source (Apache 2.0) Python CLI and /graphify skill that turns a codebase—including docs, SQL schemas, configs, and PDFs…
77111080active
Mermaid
Mermaid is a JavaScript library that generates diagrams such as flowcharts, sequence diagrams, and mindmaps from markdown-like text definit…
9589955stable
opendatalab/MinerU
MinerU is a document parsing tool that converts PDFs, images, DOCX, PPTX, and XLSX files into machine-readable Markdown and JSON. It handle…
8878560active
D4Vinci/Scrapling
Scrapling is an adaptive Python web scraping framework that handles everything from single requests to full-scale concurrent crawls. It fea…
8976660active
colbymchenry/codegraph
CodeGraph is a local-first tool that indexes any codebase into a queryable knowledge graph using Tree-sitter parsing, exposing it to AI cod…
8268252active
Docling
Docling is a Python library that parses and converts documents across many formats (PDF, DOCX, PPTX, XLSX, HTML, images, audio, and more) i…
8665603active
scrapy/scrapy
Scrapy is a fast, high-level web crawling and scraping framework for Python used to extract structured data from websites. It provides a fu…
9964048stable
WerWolv/ImHex
ImHex is a free, open-source hex editor built for reverse engineers, programmers, and security researchers. It offers binary analysis featu…
8654573active
PDF.js
PDF.js is Mozilla's general-purpose PDF viewer and rendering library built with HTML5 and JavaScript. It parses and renders PDF documents e…
9853786stable
Prettier
Prettier is an opinionated code formatter that parses code and re-prints it with consistent style rules, supporting JavaScript, TypeScript,…
9752211stable
nlohmann/json
A header-only C++ library providing JSON parsing, serialization, and manipulation with an intuitive STL-like API. It supports JSON Pointer,…
6750471stable
skylot/jadx
JADX is a Dex to Java decompiler that produces readable Java source code from Android APK, dex, aar, aab, and zip files, available as both …
8850219active
iamkun/dayjs
Day.js is a minimalist 2kB immutable JavaScript date-time library for parsing, validating, manipulating, and formatting dates and times. It…
9848664stable
jgm/pandoc
Pandoc is a universal markup converter written in Haskell, available as both a library and a command-line tool. It converts documents betwe…
9846031stable
Babel
Babel is a widely used JavaScript compiler (transpiler) that converts modern ECMAScript 2015+ code, JSX, and TypeScript syntax into backwar…
9843987stable
DeusData/codebase-memory-mcp
A Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph of functions, classes, call chains, and HTTP…
8140771active
Nushell
Nushell is a cross-platform shell written in Rust that treats pipelines as streams of structured, typed data (tables, records, lists) inste…
9540344active
datalab-to/marker
Marker is a Python library and CLI tool that converts PDFs, images, and office documents (DOCX, PPTX, XLSX, EPUB, HTML) into markdown, JSON…
9239295active
Servo
Servo is a prototype web browser engine written in Rust, providing a lightweight, high-performance, memory-safe alternative for rendering w…
9937797active
markedjs/marked
Marked is a fast, low-level markdown parser and compiler written in JavaScript that converts markdown to HTML. It has zero dependencies, su…
9937094stable
HanLP
HanLP is a production-oriented multilingual NLP toolkit built on PyTorch and TensorFlow 2.x, offering tokenization, POS tagging, NER, depen…
5736484active
SheetJS/sheetjs
SheetJS Community Edition is a JavaScript library that reads, writes, and converts spreadsheet files (XLSX, XLS, CSV, ODS, and more) with a…
3236333stable
gchq/CyberChef
CyberChef is a browser-based web application for performing a wide range of 'cyber' operations such as encryption, encoding, compression, h…
9835679active
jqlang/jq
jq is a lightweight command-line JSON processor written in portable C with zero runtime dependencies. It lets users slice, filter, map, and…
8435488stable
swc-project/swc
SWC (Speedy Web Compiler) is a super-fast TypeScript/JavaScript compiler written in Rust, usable as both a Rust library and a JavaScript pa…
9534190stable
spaCy
spaCy is an industrial-strength natural language processing library for Python and Cython, featuring pretrained pipelines for 70+ languages…
9933849stable
fabricjs/fabric.js
Fabric.js is a powerful JavaScript HTML5 canvas library that provides an interactive object model on top of the canvas element, with built-…
9431412stable
tirth8205/code-review-graph
A local-first code intelligence tool that builds a persistent knowledge graph of a codebase using Tree-sitter static analysis, exposed via …
8130891active
cheeriojs/cheerio
Cheerio is a fast, flexible JavaScript library for parsing and manipulating HTML and XML with a jQuery-like API. It works in both browser a…
8430468stable
postcss/postcss
PostCSS is a JavaScript framework for transforming CSS via a plugin ecosystem, parsing stylesheets into an AST that plugins can analyze and…
9828983stable
opendataloader-project/opendataloader-pdf
OpenDataLoader PDF is an open-source (Apache-2.0) PDF parser that converts PDFs into AI-ready Markdown, JSON with per-element bounding boxe…
8628817active
Pydantic
Pydantic is the most widely used data validation library for Python, defining schemas via type hints and validating, parsing, and serializi…
9428626stable
tj/commander.js
Commander.js is a widely-used Node.js library for building command-line interfaces, providing option and argument parsing, subcommands, and…
8628375stable
alibaba/druid
Alibaba Druid is a high-performance JDBC database connection pool for Java that integrates SQL parsing, SQL firewall protection, and real-t…
7728179stable
ESLint
ESLint is a pluggable linter that statically analyzes JavaScript and JSX code to find problems and enforce consistent coding patterns. Ever…
9927484stable
tree-sitter/tree-sitter
Tree-sitter is a parser generator tool and incremental parsing library that builds concrete syntax trees for source files and efficiently u…
9926764stable
google/flatbuffers
FlatBuffers is Google's cross-platform, memory-efficient serialization library that stores data in a binary format you can read directly wi…
8426411stable
Wilfred/difftastic
Difftastic is a structural diff CLI tool that compares files based on syntax parsed with tree-sitter, rather than line-by-line. It supports…
9425822active
gocolly/colly
Colly is a fast and elegant web scraping and crawling framework for Go. It provides a clean callback-based API for making HTTP requests, pa…
6625483stable
iBotPeaches/Apktool
Apktool is a Java-based command-line tool for reverse engineering Android APK files. It decodes resources and manifest files to nearly orig…
8925386stable
simdjson/simdjson
A C++ library that parses JSON at gigabytes-per-second speeds using SIMD instructions and microparallel algorithms, with runtime CPU-tailor…
9924196stable
HKUDS/RAG-Anything
RAG-Anything is an all-in-one Python framework for multimodal Retrieval-Augmented Generation, built on LightRAG. It treats text, images, ta…
8023081active
SwiftyJSON
SwiftyJSON is a Swift library that simplifies parsing and manipulating JSON data with convenient subscript access and automatic optional ha…
6722949stable
Oxc
Oxc (Oxidation Compiler) is a collection of high-performance JavaScript and TypeScript tools written in Rust, including the Oxlint linter, …
9322506active
facebook/flow
Flow is a static type checker for JavaScript, now a typed dialect of JavaScript written in Rust. It catches type errors via annotations and…
9522279active
pugjs/pug
Pug is a high-performance, feature-rich template engine for Node.js and browsers, heavily influenced by Haml, that compiles indentation-bas…
7821852stable
markdown-it/markdown-it
markdown-it is a fast, pluggable Markdown parser for JavaScript with 100% CommonMark support plus syntax extensions like URL autolinking an…
7721849stable
jsdom/jsdom
jsdom is a pure-JavaScript implementation of web standards like the WHATWG DOM and HTML Standards for Node.js. It emulates enough of a web …
9421659active
bee-san/Ciphey
Ciphey is a Rust-based CLI tool and library that automatically decrypts encryptions without a known key or cipher, decodes encodings, and c…
6721580active
qax-os/excelize
Excelize is a pure Go library for reading and writing Microsoft Excel spreadsheet files (XLAM, XLSM, XLSX, XLTM, XLTX). It supports charts,…
8820869stable
dotnet/roslyn
Roslyn is the open-source .NET Compiler Platform implementing the C# and Visual Basic compilers with rich code analysis APIs. It exposes co…
6720628stable
graphql/graphql-js
GraphQL.js is the JavaScript/TypeScript reference implementation of the GraphQL query language for APIs. It provides tools for building Gra…
9620343stable
mdx-js/mdx
MDX is an authorable format that combines Markdown with JSX, letting you import and embed components like charts or alerts directly in long…
6919751stable
ANTLR v4
ANTLR v4 is a parser generator that reads grammar files and produces parsers, lexers, and parse-tree walkers in ten target languages includ…
5318986stable
handlebars-lang/handlebars.js
Handlebars.js is a JavaScript templating library, largely compatible with Mustache, that compiles templates into fast-executing JavaScript …
7518670stable
firecrawl/anydoc
A fast Rust library that converts Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and PDF documents into clean GitHub-Flavored Markd…
7918563active
google/libphonenumber
Google's multi-language (Java, C++, JavaScript) library for parsing, formatting, and validating international phone numbers for all countri…
9918232stable
sqlc-dev/sqlc
sqlc is a command-line SQL compiler that generates fully type-safe, idiomatic code from SQL queries for languages like Go, Kotlin, Python, …
8418202stable
infinilabs/analysis-ik
The IK Analysis plugin integrates the Lucene IK analyzer into Elasticsearch and OpenSearch, providing Chinese text tokenization via the ik_…
6317515active
nikic/PHP-Parser
A PHP parser written in PHP that converts PHP 5.x through 8.4 code into an abstract syntax tree (AST). It provides AST traversal, modificat…
9617456stable
projectdiscovery/katana
Katana is a fast, configurable web crawling and spidering framework written in Go, supporting both standard HTTP-based and headless browser…
9417348active
firecrawl/pdf-inspector
A fast Rust library for PDF inspection, classification, and text extraction that detects whether PDFs are text-based or scanned to enable s…
8116751active
clap-rs/clap
clap is a full-featured, fast command line argument parser library for Rust. It supports declarative (derive-based) and procedural parser c…
9816664stable
typescript-eslint/typescript-eslint
typescript-eslint is a monorepo providing the tooling that enables ESLint, Prettier, and other JavaScript tools to parse and lint TypeScrip…
9516373stable
fortra/impacket
Impacket is a collection of Python classes for low-level programmatic access to network protocols, including full implementations of SMB1-3…
8316038active
quickwit-oss/tantivy
Tantivy is a fast full-text search engine library written in Rust, strongly inspired by Apache Lucene's design. It is a crate for building …
8215992stable
mikefarah/yq
yq is a lightweight, portable command-line processor for YAML, JSON, XML, CSV, TOML, HCL, INI, and properties files, using jq-like syntax. …
9915882stable
remarkjs/react-markdown
A React component that safely renders markdown strings to React elements using the unified/remark ecosystem. It supports CommonMark and GFM…
4215864stable
ast-grep/ast-grep
ast-grep is a fast Rust-based CLI tool for structural search, linting, and rewriting of code using AST patterns instead of plain text match…
9515652active
tidwall/gjson
GJSON is a Go library for quickly extracting values from JSON documents using dot-notation paths, with support for wildcards, iteration, an…
6915554stable
jsdoc/jsdoc
JSDoc is an API documentation generator for JavaScript, similar to Javadoc. It parses JSDoc-style comments in source code and generates an …
6715454stable
josdejong/mathjs
Math.js is an extensive math library for JavaScript and Node.js that provides a flexible expression parser with symbolic computation, hundr…
7615070stable
erusev/parsedown
Parsedown is a fast, single-file Markdown parser for PHP with GitHub Flavored Markdown support and no dependencies. It includes a safe mode…
6415058stable
PuerkitoBio/goquery
goquery is a Go library that provides a jQuery-like syntax for parsing, traversing, and manipulating HTML documents, built on Go's net/html…
8614981stable
showdownjs/showdown
Showdown is a bidirectional Markdown to HTML (and HTML to Markdown) converter library written in JavaScript. It runs both client-side in th…
6714869stable
nltk/nltk
NLTK is a leading open-source Python library for natural language processing, providing interfaces to over 50 corpora and lexical resources…
9814703stable
nvim-treesitter/nvim-treesitter
A Neovim plugin that manages installation and updating of tree-sitter parsers and provides a collection of queries enabling tree-sitter fea…
7714334active
ReFirmLabs/binwalk
Binwalk is a fast firmware analysis tool rewritten in Rust that identifies and optionally extracts files and data embedded inside other fil…
6614276active
idank/explainshell
explainshell is a tool with a web interface that parses manpages, extracts their options, and explains arbitrary shell command lines by mat…
7914211active
quicktype
quicktype is a code generation tool that produces strongly-typed models and serializers from JSON samples, JSON Schema, TypeScript, and Gra…
9713843active
Shiki
Shiki is a syntax highlighter for JavaScript/TypeScript that uses TextMate grammars, the same engine as VS Code, to produce accurate, beaut…
9313747active
github-linguist/linguist
Linguist is the Ruby library GitHub uses to detect file languages, ignore binary/vendored files, suppress generated files in diffs, and pro…
9513657active
mholt/PapaParse
Papa Parse is a fast, dependency-free CSV (delimited text) parser for JavaScript that runs in the browser and Node.js. It streams large fil…
9913550stable
Cap'n Proto
Cap'n Proto is an extremely fast binary data interchange format and capability-based RPC system, designed so data can be read directly from…
7713169stable
assimp/assimp
Open Asset Import Library (Assimp) is a C/C++ library that imports 40+ 3D model file formats (FBX, glTF, Collada, OBJ, STL, and more) into …
9313167stable
markmap/markmap
Markmap is a TypeScript library that renders Markdown documents as interactive mindmaps. It includes a web REPL and integrates with editors…
6213071active
DaveGamble/cJSON
cJSON is an ultralightweight JSON parser and serializer written in ANSI C, distributed as a single C file and header. It provides simple pa…
5912953stable
run-llama/liteparse
LiteParse is a fast, open-source document parser written in Rust that extracts spatial text with bounding boxes from PDFs, Office files, an…
7812181active
spencermountain/compromise
Compromise is a lightweight JavaScript natural-language processing library that turns text into structured data, doing part-of-speech taggi…
9312149active
VerbalExpressions/JSVerbalExpressions
JSVerbalExpressions is a JavaScript library that provides a fluent, chainable API for constructing regular expressions without writing raw …
2312134stable
google/sentencepiece
SentencePiece is a fast, lightweight unsupervised text tokenizer and detokenizer for neural network-based text generation systems, implemen…
8612043stable
code4craft/webmagic
WebMagic is a scalable web crawler framework for Java covering the full crawl lifecycle: downloading, URL management, content extraction (X…
6011678active
yargs/yargs
Yargs is a Node.js library for parsing command-line arguments and building interactive CLI tools. It provides command and option parsing, d…
9211515stable
acornjs/acorn
Acorn is a small, fast JavaScript parser written entirely in JavaScript that produces an ECMAScript syntax tree (AST). It ships as three pa…
7511440stable
mozilla/readability
Mozilla's standalone Readability library that extracts the main article content, title, and metadata from HTML documents, powering Firefox …
7511410stable
mixmark-io/turndown
Turndown is a JavaScript library that converts HTML into Markdown, aiming for CommonMark compliance with configurable output styling. It ru…
8311403stable
jhy/jsoup
jsoup is a Java library for parsing, manipulating, and cleaning real-world HTML and XML, implementing the WHATWG HTML5 specification to pro…
9511387stable
stylus/stylus
Stylus is an expressive, feature-rich CSS preprocessor language built for Node.js, supporting both an indented syntax and regular CSS style…
3111331stable
JamesNK/Newtonsoft.Json
Json.NET (Newtonsoft.Json) is the most popular high-performance JSON framework for .NET, providing serialization, LINQ to JSON, JSON Path q…
6911315stable

page 1 / 27 next →