Showing 36 open source projects for "prc-tools"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 1
    Kodus

    Kodus

    AI code reviews, just like your senior dev would do

    Kodus-AI is a framework for building, training, and deploying intelligent agents and models, especially focusing on practical AI workflows for businesses and automation. It provides a structured set of tools and abstractions that help teams design agent behaviors, orchestrate data pipelines, optimize inference, and integrate AI capabilities with applications or services. The platform often includes model management, scalable training workflows, and orchestration patterns that help teams move from research or prototypes to production-ready AI deployments. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Plannotator

    Plannotator

    Annotate and review coding agent plans visually, share with your team

    Plannotator is an interactive plan review and annotation tool built to support AI coding agents, offering a visual UI for markup, refinement, and team collaboration around agent-generated plans. It allows developers to annotate proposed plans, sketches, and outlines from tools like Claude Code or OpenCode with pen tools, arrows, and highlighting, seamlessly capturing feedback that can be shared across teams or pushed back to agents. Plannotator integrates with diff views so reviewers can annotate changes line-by-line in git diffs, provide structured feedback, and navigate plans visually rather than through raw text alone. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Goose

    Goose

    AI coding agent that's more than suggestions - install, execute, edit+

    ...It allows developers to install, execute, edit, and test code with any large language model (LLM), facilitating a more efficient and streamlined workflow. Designed to operate locally within a developer's environment, Goose integrates seamlessly with various tools and platforms, providing a customizable and powerful assistant for coding tasks. Its architecture supports extensibility, enabling users to tailor the agent to their specific needs and preferences. By leveraging Goose, developers can improve productivity and code quality through advanced AI-driven assistance.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Forge Code

    Forge Code

    AI enabled pair programmer for Claude, GPT, O Series, Grok, Deepseek

    ...Written in Rust (with a command-line interface), Forge integrates with your existing shell (bash, zsh, fish, etc.) or IDE-agnostic workflows, allowing you to interact with your codebase, command-line tools, and version control as usual, but with the added support of large language models (LLMs) to help with code generation, refactoring, bug fixing, code review, and even design advice. Rather than requiring a separate UI or web-based IDE, Forge respects the developer’s existing habits and setups, and keeps all operations local, ensuring your code doesn’t get sent to unknown external services — a strong point for privacy and security. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    Gemini CLI

    Gemini CLI

    Open source AI agent CLI tool to bring Gemini into your terminal

    Gemini CLI is an open‑source AI agent that brings the capabilities of Google’s Gemini 2.5 Pro large‑language model directly into your terminal, enabling tasks ranging from coding and debugging to content creation and research via natural‑language prompts, with support for multimodal outputs like image and video generation. Gemini CLI integrates with external tools and MCP servers, enabling media generation and enhanced workflow automation. It also includes a built-in Google Search tool to ground queries with relevant information. Users can authenticate with their Google accounts for free usage limits or configure API keys for higher capacity and access to specific models. The tool is designed to be easy to install and use, with extensive documentation and community support for troubleshooting and advanced workflows.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    Laravel Boost

    Laravel Boost

    Laravel-focused MCP server for augmenting AI powered local development

    Boost is a Laravel-first toolkit that supercharges AI-assisted development by giving assistants structured, Laravel-aware context. At its core it runs as an MCP server that exposes a battery of Laravel-specific tools, so an AI agent can explore your app, inspect code and config, and take targeted actions instead of guessing. It ships opinionated, composable guidelines tuned for popular Laravel packages, which helps keep generated code idiomatic and consistent with framework norms. The package also curates a large body of vectorized Laravel ecosystem knowledge that’s scoped to what you’ve actually installed, improving retrieval precision and response quality. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    GitHub Copilot SDK

    GitHub Copilot SDK

    Multi-platform SDK for integrating GitHub Copilot Agent into apps

    ...Instead of being limited to editors like VS Code, this SDK lets teams embed Copilot-style code suggestions, natural language assistance, and predictive completions anywhere they see fit—such as internal IDEs, browser extensions, documentation portals, or bespoke tools tailored to specific languages or frameworks. It provides a structured API surface for invoking the Copilot model in context with the surrounding user state, capturing document content, cursor position, and invocation triggers so suggestions are relevant and responsive. The SDK includes helpers for streaming completions, managing rate limits, handling authentication, and integrating with telemetry and analytics pipelines.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Happy Coder

    Happy Coder

    Mobile and Web client for Codex and Claude Code, with realtime voice

    Happy is an open-source, cross-platform mobile and web client designed to bring powerful AI coding agents such as Claude Code and Codex to your fingertips no matter where you are. At its core, Happy wraps existing AI coding tools with a unified interface, providing real-time voice interactions, encrypted communication, and seamless device switching between desktop and mobile. You can start a coding session locally through the Happy CLI or connect from a phone or browser, allowing developers to inspect, interact with, and guide the AI as it generates, tests, or explains code. ...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 9
    Learn Claude Code

    Learn Claude Code

    Bash is all you need, write a claude code with only 16 line code

    ...It emphasizes a hands-on learning path where each version (from v0 to v4) adds conceptual building blocks like the core agent loop, todo planning, task decomposition, and domain knowledge skills, illuminating the patterns behind what makes a true AI agent tick. The goal is to demystify agent architectures like Claude Code by having learners build simplified versions themselves and observe how tools, memory management, planning constraints, and context isolation contribute to reliable agent behavior. Along the way, the project teaches fundamentals such as how to let models call external tools, maintain clean memory for long tasks, and inject domain expertise without retraining the model.
    Downloads: 3 This Week
    Last Update:
    See Project
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 10
    Letta Code

    Letta Code

    The memory-first coding agent

    Letta Code is a memory-first CLI coding agent built on the Letta platform that offers developers a persistent AI assistant capable of learning and improving over time rather than resetting state each session, giving agents a sense of continuity and context across coding tasks. Unlike traditional session-based coding tools, Letta Code attaches a long-lived agent to a working directory so that the agent accumulates memory about a project’s structure, preferences, and history, effectively acting as a collaborative partner rather than a stateless helper. Users can initialize and connect the agent to various models, including popular large language models, and issue commands, refactor code, or ask context-aware questions directly in the terminal, with memory retained across multiple interactions.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    Crush

    Crush

    The glamourous AI CLI coding agent for your favourite terminal 💘

    Crush is a next-generation, terminal-based AI coding assistant developed by Charm, designed to seamlessly integrate with your tools, workflows, and preferred LLMs. It provides developers with an intuitive, session-based experience where multiple contexts can be managed across projects. With flexible model switching, Crush allows you to change providers mid-session while retaining conversation history. It enhances productivity by combining LSP (Language Server Protocol) support with extensible MCP (Model Context Protocol) integrations for richer coding context and external tool connectivity. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    CodeCompanion

    CodeCompanion

    AI-powered coding, seamlessly in Neovim. Supports Anthropic, etc.

    Currently supports Anthropic, Copilot, Gemini, Ollama and OpenAI adapters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    ChatDev

    ChatDev

    Create Customized Software using Natural Language Idea

    ChatDev is an AI-powered development tool designed to simulate the software development lifecycle using multi-agent collaboration. It allows multiple AI agents to take on roles such as product managers, developers, and testers to collaboratively generate, refine, and evaluate software code. This project explores how AI can be leveraged to automate and optimize development workflows.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    OpenCode

    OpenCode

    A powerful AI coding agent. Built for the terminal.

    OpenCode is a terminal-based AI coding assistant designed to bring powerful AI models directly into your development workflow. Built in Go, it offers a smooth TUI (Terminal User Interface) experience powered by Bubble Tea, enabling seamless interaction without leaving the command line. It supports multiple AI providers, including OpenAI, Anthropic Claude, Google Gemini, AWS Bedrock, Groq, Azure OpenAI, and GitHub Copilot. Developers can use it for intelligent code completion, debugging, file...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    Claude Code Hooks Mastery

    Claude Code Hooks Mastery

    Master Claude Code Hooks

    ...Although the project itself doesn’t include a single coherent application, it functions as a curated collection of advanced hook examples, best practices, and coding patterns that show how to tailor Claude Code to specific use cases such as automated CI workflows, custom command triggers, and integrations with external tools. The repository is part of a larger ecosystem of Claude Code tooling that enables natural-language-driven coding tasks, and the hooks contained here help users go beyond default behaviors to solve real problems efficiently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sourcery AI Code Review

    Sourcery AI Code Review

    Instant AI code reviews

    ...Instead of just offering autocomplete, Sourcery analyzes existing functions and code patterns to provide context-aware suggestions that can simplify logic, reduce duplication, improve naming, and correct anti-patterns, helping developers adhere to idiomatic style without manual review. It integrates directly into development workflows through plugins for editors like VS Code, JetBrains IDEs, and command-line tools, so suggestions appear where developers already write code. Because it continuously evaluates changes, it can catch inefficiencies and suggest enhancements both while typing and during dedicated refactor passes. Teams can standardize code quality across codebases by adopting Sourcery’s automated suggestions as part of review or CI pipelines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Claude HUD

    Claude HUD

    A Claude Code plugin that shows what's happening

    Claude HUD is a real-time monitoring add-on for Claude Code that places a persistent heads-up display directly in your interactive session, giving developers clear insight into what the AI engine is doing at every moment. Instead of guessing about hidden processes behind the scenes, users see the amount of context remaining in the current session, tools being used, active running agents, and the progress of TODO tasks that the AI has planned or is executing. This plugin was designed to reduce cognitive load and make agentic workflows more transparent, helping developers diagnose stalled tasks, understand resource usage, and manage multi-step reasoning sequences more effectively. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Archon

    Archon

    The knowledge and task management backbone for AI coding assistants

    Archon is an open-source “command center” designed to enhance AI coding assistant workflows by giving developers a centralized environment for knowledge management, context engineering, and task coordination across AI agents. It acts as a backend (including an MCP server) that allows different AI coding tools and assistants to share the same structured context, knowledge base, and task lists, improving consistency, productivity, and collaboration across multi-agent interactions. Users can import documentation, project files, and external knowledge so that assistants like Claude Code, Cursor, or other LLM-powered tools work with up-to-date, project-specific context rather than relying on limited prompt memory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    agentation

    agentation

    The visual feedback tool for agents

    ...Instead of describing UI elements in text — like “the blue button in the sidebar” — users click directly on elements to automatically capture selectors, positions, and contextual metadata that can be consumed by AI agents to locate exact code references. This approach dramatically improves clarity and reduces ambiguity when working with AI tools that generate or modify UI code, making the handoff between human design intent and AI execution much clearer. The package installs into a React app and shows a floating toolbar that lets you activate element selection and add notes during a development session, helping you capture precise targets for improved AI output.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    TraceRoot

    TraceRoot

    Find the Root Cause in Your Code's Trace

    TraceRoot.AI is an open source, AI-native observability and debugging platform designed to help engineering teams resolve production issues faster. It consolidates telemetry into a single correlated execution tree that provides causal context for failures. AI agents operate over this structured view to summarize issues, pinpoint likely root causes, and even suggest actionable fixes or draft GitHub issues and pull requests. It offers interactive trace exploration with zoomable log clusters,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    Crush

    Crush

    Glamourous agentic coding for all

    ...When first initialized in a project, it analyzes the codebase and generates contextual knowledge files that help the agent become more effective over time. By default, crush prompts for permission before executing tool calls for safety, but this behavior can be configured, and users can enable or disable specific tools to refine capabilities. It also supports custom provider configurations for different large language models and integrations, helping developers tailor the system to their workflow preferences.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    AutoMaker

    AutoMaker

    Start directing AI agents

    ...The core idea is to shift developers’ focus from mechanical coding to high-level architectural and product decisions while retaining control through review and approval of generated changes. Built with tools like React, Vite, Electron, and Express, Automaker offers both web and desktop workflows with real-time streaming of agent activity and visibility into progress.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    Void Editor

    Void Editor

    Open source AI IDE and Cursor alternative

    Void is an open-source, AI-powered code editor built as a fork of Visual Studio Code. Designed as a fully transparent and privacy-focused alternative to Cursor or GitHub Copilot, it lets you use AI models locally or via APIs (OpenAI, Claude, Gemini, Ollama, etc.)—without routing data through proprietary servers. Developed by YC-backed startup Glass Devtools, it supports traditional coding features inherited from VS Code, enhanced with in-editor LLM capabilities—autocomplete, inline quick...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    SuperDesign

    SuperDesign

    AI Product Design Agent

    SuperDesign is an innovative open-source AI design agent that embeds directly into your integrated development environment (IDE), enabling developers and designers to generate product interface designs from natural language prompts. It works seamlessly inside environments like VS Code, Cursor, Windsurf, and Claude Code, eliminating the need to switch between design tools and code editors. With a single prompt, SuperDesign can produce full UI mockups, reusable components, and wireframes, dramatically speeding up the early stages of product creation and iteration. Beyond simple visual generation, it lets users fork and refine designs, supporting a dynamic workflow where ideas evolve quickly within the context of your project. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    VibeSDK

    VibeSDK

    Open source full-stack AI vibe coding platform & web app generator

    ...It uses Cloudflare’s infrastructure (Workers, Containers, sandboxes). It can run untrusted code safely, provide live previews, and deploy apps at scale. VibeSDK gives you the exact methodology, tools, and confidence to turn your ideas into revenue-generating products, faster than you thought possible. Live preview of generated apps in isolated sandbox containers. Support for React + TypeScript + Tailwind generation, backend routing, and modern web stack scaffolding.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB