79 libraries
claude-mem is an open-source TypeScript project in the claude space with 81.1k GitHub stars. The repository is actively maintained, with recent commits.
Open Design is a local-first, open-source desktop app that turns the coding agents already on your machine (Claude Code, Codex, Cursor, Copilot, etc.) into a design engine, generating brand-grade artifacts — prototypes, dashboards, decks, images and motion graphics — from a filesystem of skills, plugins, and DESIGN.md design systems. It positions itself as an agent-era alternative to Claude Design and Figma, exported to HTML/PDF/PPTX/MP4.
Quivr is an opinionated Python framework for building Retrieval-Augmented Generation (RAG) pipelines, letting developers ingest documents into a vector store and query them with LLMs. It packages chunking, embedding, retrieval, and answer generation behind a configurable "brain" abstraction.
uni-app is an open-source Objective-C project in the ui components space with 41.5k GitHub stars. The repository is actively maintained, with recent commits.
coolify is an open-source PHP project in the databases & orm space with 56.8k GitHub stars. The repository is actively maintained, with recent commits.
Vercel's AI SDK is a TypeScript toolkit that provides a unified API for calling many LLM providers (OpenAI, Anthropic, Google, etc.), with first-class support for streaming, structured output, tool calling, and agents, plus React/Svelte/Vue hooks for building chat and generative UIs.
Harper is a fast, privacy-first English grammar and style checker written in Rust. It runs entirely locally (including in the browser via WebAssembly), linting documents in milliseconds with a tiny memory footprint, and integrates with editors through a language server (harper-ls) and a JavaScript library (harper.js).
Chat UI is Hugging Face's open-source SvelteKit web app that provides a polished chat interface for any OpenAI-compatible LLM endpoint. It powers HuggingChat and supports MongoDB-backed history, MCP tool calling, and local heuristic model routing.
Playwright is a cross-browser automation and end-to-end testing framework that drives Chromium, Firefox, and WebKit through a single API. It pairs a full-featured test runner (auto-waiting, resilient locators, tracing, parallel isolated contexts) with a browser-automation library, plus CLI and MCP integrations for AI agents.
dubbo is an open-source Java project in the testing space with 41.5k GitHub stars. The repository is actively maintained, with recent commits.
Anomalib is a deep-learning library focused on benchmarking, developing, and deploying anomaly detection algorithms, particularly for visual/image-based defect detection. It bundles state-of-the-art unsupervised and few-shot anomaly detection models with training, evaluation, and edge-deployment tooling.
livestore is an open-source TypeScript project in the databases & orm space with 3.6k GitHub stars. The repository is actively maintained, with recent commits.
MemMachine is an open-source long-term memory layer for AI agents that stores and recalls information across sessions using episodic (graph-based), profile (SQL), and working memory types. It exposes Python/TypeScript SDKs, a REST API, and an MCP server, and integrates with frameworks like LangChain, LangGraph, and CrewAI.
Data Client is a TypeScript data-fetching and normalized caching library for React (and Vue, React Native, Next.js, Expo) that uses declarative, schema-driven resource definitions to bind dynamic data—REST, GraphQL, WebSockets/SSE—to components with one-line hooks and zero manual cache updater functions.
BootstrapBlazor is an open-source C# project in the ui components space with 4.8k GitHub stars. The repository is actively maintained, with recent commits.
Taiga UI is a large, fully tree-shakable Angular UI kit offering 130+ components, 100+ directives, plus utilities and tokens, with CSS-custom-property theming and dark mode out of the box. It is built on dependency injection, OnPush change detection, and strict TypeScript.
neutralinojs is an open-source C++ project in the frameworks space with 8.5k GitHub stars. The repository is actively maintained, with recent commits.
seaweedfs is an open-source Go project with 32.9k GitHub stars. The repository is actively maintained, with recent commits.
Haystack is an open-source Python framework for orchestrating LLM applications through modular, traceable pipelines and agent workflows. It gives explicit control over retrieval, routing, memory, and generation to build RAG systems, semantic search, and autonomous agents that are model- and vendor-agnostic.
Hystrix is a Netflix Java library that adds latency and fault tolerance to distributed systems by wrapping calls to remote services in commands with circuit breakers, thread/semaphore isolation, fallbacks, and request collapsing. It is now in maintenance mode, with Netflix recommending resilience4j for new projects.