AI Agent Workspaces and Orchestration
The biggest theme today is purpose-built environments for running and managing AI agents.
- stablyai/orca: An ADE (agent development environment) for running fleets of parallel coding agents on desktop, mobile, or VPS. (+863 stars)
- apache/maka: A local-first AI agent workspace from Apache Incubating that records all model messages, tool calls, and permission decisions as an append-only log. (+543 stars)
- cloudflare/cloudflare-os: An agent workspace built on Cloudflare Workers for creating documents, building apps, and running agents with company context. (+94 stars)
- can1357/oh-my-pi: A coding agent with the IDE wired in, designed for tight editor integration. (+307 stars)
- traycerai/traycer: A nerve center for agentic coding workflows. (+28 stars)
- langchain-ai/deepagents: A batteries-included agent harness from the LangChain team. (+94 stars)
- NousResearch/hermes-agent: A general-purpose agent positioned as one that grows with the user over time. (+771 stars)
- tinyhumansai/openhuman: A Rust-based personal AI that builds a local-first memory, orchestrates agent fleets, and runs deep research. (+542 stars)
LLM Utilities and Free API Access
Builders are clearly hungry for cost-effective LLM access and plug-and-play integrations.
- tashfeenahmed/freellmapi: Aggregates 34 free LLM providers and 635 model endpoints behind a single OpenAI-compatible endpoint, with smart routing and automatic failover. (+500 stars)
- Alishahryar1/free-claude-code: Provides access to Claude Code, Codex, and other coding agents for free from the terminal, IDE, or phone, drawing on 1.3 billion-plus free tokens. (+1047 stars)
- anthropics/claude-plugins-community: A community plugin marketplace for Claude Code, mirrored read-only from Anthropic's submission directory. (+351 stars)
- anthropics/claude-plugins-official: Anthropic's curated, official directory of high-quality Claude Code plugins. (+55 stars)
- virgiliojr94/book-to-skill: Converts any technical book PDF into a Claude Code skill ready for reference during work. (+351 stars)
- Shubhamsaboo/awesome-llm-apps: A curated collection of 100-plus AI agents, agent skills, and RAG apps, all free and open source. (+161 stars)
- moeru-ai/airi: A self-hosted AI companion capable of real-time voice chat and playing games like Minecraft and Factorio. (+59 stars)
Personal Knowledge and Productivity AI
- AgriciDaniel/claude-obsidian: A self-organizing AI second brain for Obsidian that reads, links, and files any dropped source into a connected Markdown knowledge graph using Claude. (+813 stars)
- MadsLorentzen/ai-job-search: A local AI job application framework built on Claude Code that evaluates postings, tailors CVs, writes cover letters, and preps interviews. (+1265 stars)
- MemPalace/mempalace: A benchmarked open-source AI memory system, free to use. (+42 stars)
- midday-ai/midday: An all-in-one invoicing, time tracking, and financial overview platform with an AI assistant for freelancers. (+13 stars)
Coding Agents and Developer Workflow
- openai/codex: OpenAI's lightweight coding agent that runs in the terminal, written in Rust. (+1181 stars)
- EveryInc/compound-engineering-plugin: An official plugin connecting Compound Engineering to Claude Code, Codex, Cursor, and other coding agents. (+26 stars)
- leookun/cursor-byok: A local Rust implementation of Cursor's backend for bring-your-own-key setups. (+23 stars)
- rohitg00/ai-engineering-from-scratch: A learning and building resource for AI engineering, structured around shipping real projects. (+569 stars)
- openclaw/openclaw: A cross-platform personal AI assistant. (+327 stars)
Financial and Trading AI
- TauricResearch/TradingAgents: A multi-agent LLM framework for financial trading strategies. (+218 stars)
- shy3130/tick-stock-panel: A self-hosted A-share stock screening, monitoring, and backtesting workbench powered by LLM-driven strategy customization. (+107 stars)
Infrastructure, Systems, and Dev Tools
- makeplane/plane: An open-source alternative to Jira, Linear, and ClickUp for managing tasks, sprints, docs, and triage. (+508 stars)
- AprilNEA/OpenLogi: A native, local-first Rust replacement for Logitech Options+ with no account or telemetry required. (+705 stars)
- dani-garcia/vaultwarden: An unofficial Bitwarden-compatible server written in Rust. (+169 stars)
- GitoxideLabs/gitoxide: A pure Rust implementation of Git designed to be lean, fast, and safe. (+35 stars)
- pipecat-ai/pipecat: An open-source framework for voice agents, multimodal apps, and real-time AI maintained by Daily. (+73 stars)
- stripe/link-cli: A CLI tool that lets agents spend on your behalf through Stripe Link without exposing payment credentials. (+19 stars)
- evolution-foundation/evolution-api: An open-source WhatsApp integration API. (+11 stars)
- oblien/openship: A self-hosted deployment platform. (+48 stars)
- block/buzz: A hive mind communication platform from Block. (+246 stars)
- marin-community/marin: An open-source framework for research and development of foundation models. (+231 stars)
- NVIDIA/Megatron-LM: Ongoing research for training transformer models at scale. (+21 stars)
- mastra-ai/mastra: A modern TypeScript framework for building AI-powered applications and agents. (+30 stars)
- gleam-lang/gleam: A friendly, type-safe language for building scalable systems, compiled to Rust. (+31 stars)
- DefinitelyTyped/DefinitelyTyped: The community repository for high-quality TypeScript type definitions. (+5 stars)
Today's trending list signals that the developer community is consolidating around two overlapping bets: making AI agents cheaper and easier to run locally, and building the tooling layer that sits between raw LLM APIs and real workflows. The sheer number of free-API aggregators, Claude Code plugins, and local-first workspaces suggests builders are optimizing hard for autonomy and cost before capability.