Showing 53 open source projects for "integration"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Claw Code

    Claw Code

    AI agent harness for AI coding agents

    ...It originated as a clean-room reimplementation inspired by the architecture of Claude Code, aiming to replicate core concepts without using proprietary code. The project provides a Python-based foundation for experimenting with agent workflows, tool integration, and task execution pipelines. It emphasizes harness engineering—how agents are structured, how they interact with tools, and how they maintain context during execution. The system is being actively expanded, with a Rust-based runtime in development to improve performance and memory safety. Overall, Claw Code serves as a research-driven platform for advancing agent-based software development systems.
    Downloads: 593 This Week
    Last Update:
    See Project
  • 2
    Aider

    Aider

    Aider is AI pair programming in your terminal

    ...Aider creates a structured map of your entire repository, allowing it to handle large and complex projects effectively. It supports over 100 programming languages, making it flexible for nearly any development stack. With built-in Git integration, Aider keeps you in control by automatically committing clean, reversible changes. Whether you’re coding locally or in the cloud, Aider turns natural language requests into reliable, production-ready code.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    Kimi Code CLI

    Kimi Code CLI

    Kimi Code CLI is your next CLI agent

    ...It supports an interactive shell-like user interface where you can chat with the agent, request code edits, run shell commands, and receive contextual suggestions as you work, creating a seamless blend of AI-augmented development and traditional terminal usage. The tool includes integration with Zsh so that users can activate AI assistance via a hotkey while staying within their favorite shell environment, and it can serve as an Agent Client Protocol (ACP) server to bridge AI functionality into compatible IDEs and editors. Its support for well-established MCP tool configuration conventions lets developers connect the CLI to external tools and services during workflows, expanding its capabilities beyond simple queries into orchestrated development tasks.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4
    OpenAI Codex CLI

    OpenAI Codex CLI

    Lightweight coding agent that runs in your terminal

    OpenAI Codex CLI is a lightweight, open-source coding assistant that runs directly in your terminal, designed to bring ChatGPT-level reasoning to your code workflows. It allows developers to interactively query, edit, and generate code within their repositories, all while maintaining version control. The CLI can scaffold new files, run code in sandboxed environments, install dependencies, and commit changes automatically, streamlining chat-driven development. It supports various approval...
    Downloads: 165 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    Expect

    Expect

    Let agents test your code in a real browser

    ...The design suggests a focus on productivity, reducing cognitive load when writing and reviewing tests or validation scripts. It is likely adaptable across multiple contexts, including unit testing, integration testing, and runtime assertions. By abstracting repetitive validation logic, expect helps developers focus on behavior rather than implementation details. Overall, it serves as a lightweight but powerful tool for improving software reliability and clarity in testing workflows.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    iFlow CLI

    iFlow CLI

    iFlow cli is a comprehensive command-line intelligence

    ...It analyzes repositories, interprets developer intent, and executes tasks ranging from simple file manipulation to complex development operations, all within a unified interface. The tool emphasizes seamless integration into existing workflows, allowing developers to interact with AI without leaving their terminal environment. It supports multiple models and configurable APIs, enabling flexibility in how intelligence is applied to tasks. The system is capable of automating repetitive processes, accelerating development cycles, and reducing manual effort in code analysis and execution. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    BMad Method

    BMad Method

    Breakthrough Method for Agile Ai Driven Development

    ...It adapts dynamically to project complexity, offering lightweight flows for small tasks and more rigorous processes for enterprise-scale systems. The framework also emphasizes repeatability and consistency by storing workflows, templates, and roles as reusable artifacts. Its integration with modern AI coding tools allows it to function as a full development operating system rather than a simple plugin.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Kilo Code

    Kilo Code

    Gives you a whole dev team of AI agents in your code editor

    ...With features like automatic failure recovery, hallucination-free code, and deep context awareness, Kilo ensures reliable and accurate outputs. Developers can install Kilo across terminals, VS Code, and JetBrains editors for seamless integration into existing workflows. The platform also provides parallel agents, smart autocomplete, one-click deployment, and automated code reviews. As the #1 agent on OpenRouter with 750,000+ users, Kilo has become a trusted companion for agentic engineering at scale.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 9
    RA.Aid

    RA.Aid

    Develop software autonomously

    RA.Aid is an AI-powered assistant designed to enhance the efficiency of software development workflows. It integrates seamlessly with various development environments, providing intelligent code suggestions, automated documentation generation, and real-time error detection. By leveraging advanced machine learning models, RA.Aid aims to reduce development time and improve code quality.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Grok CLI

    Grok CLI

    An open-source AI agent that brings the power of Grok

    Grok CLI is a command-line interface built around the Grok AI model that brings programmatic and conversational AI capabilities directly to developer terminals. It lets you run Grok queries from your shell, scripting environment, or automation workflows without switching to a browser, enabling utility in scripting, quick data exploration, code generation, and assistant-guided tasks directly where you write code. The CLI supports streaming responses, so outputs appear in real time as the Grok...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    bloop

    bloop

    bloop is a fast code search engine written in Rust

    Bloop is an AI-powered code search tool designed to help developers quickly find relevant code snippets, documentation, and usage examples within large repositories. It provides natural language search capabilities and AI-enhanced recommendations for improving code discovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Claude Code Architecture Study

    Claude Code Architecture Study

    Research on Coding Agents

    Claude Code Architecture Study is an educational and experimental repository designed to teach developers how to build, configure, and understand AI coding agents from first principles. The project focuses on breaking down the architecture of agentic systems, including how models perceive context, make decisions, and execute actions in a coding environment. It likely provides step-by-step examples, conceptual explanations, and practical implementations that guide users through creating their...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 13
    Claude Code Hooks Mastery

    Claude Code Hooks Mastery

    Master Claude Code Hooks

    Claude Code Hooks Mastery is a trending community-centric GitHub repository aimed at helping developers master Claude Code hooks — customizable integration points that let users extend, automate, and augment workflows when using Claude Code, an agentic terminal coding assistant. 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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tabby

    Tabby

    Self-hosted AI coding assistant

    Tabby is an open-source, self-hosted AI coding assistant that provides code completion and suggestions within your preferred development environment. It enhances developer productivity by leveraging machine learning models to predict and generate code snippets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Dyad

    Dyad

    Free, local, open-source AI app builder

    Dyad is a free, local, open source AI app builder that lets you go from idea to full-stack application entirely on your machine, no coding required, just chat with AI. You can build unlimited apps with real-time previews, instant undo, and responsive, frictionless workflows. Deep Supabase integration means you can create UI and backend logic in one cohesive environment, while the model-agnostic architecture lets you connect to any AI, whether cloud-based (Gemini 2.5 Pro, GPT-4.1, Claude Sonnet 4) or local via Ollama, so you’re never locked in. All source code remains on your device and integrates seamlessly with your preferred IDE. ...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 16
    bolt.diy

    bolt.diy

    Prompt, run, edit, & deploy full-stack web applications using any LLM

    bolt.diy is an open-source platform that allows you to easily create, run, edit, and deploy full-stack web applications using a variety of large language models (LLMs). It supports popular models like OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, and Groq, and provides the flexibility to integrate additional models through the Vercel AI SDK. Whether you’re experimenting with pre-built models or developing custom AI-driven applications, bolt.diy...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17
    SERA CLI

    SERA CLI

    A tool to use the Ai2 Open Coding Agents Soft-Verified Agents

    ...The project is targeted at practitioners and researchers in the AI space who need a flexible but powerful CLI interface for model invocation, endpoint configuration, and integration with development pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CodeGeeX

    CodeGeeX

    CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

    CodeGeeX is a large-scale multilingual code generation model with 13 billion parameters, trained on 850B tokens across more than 20 programming languages. Developed with MindSpore and later made PyTorch-compatible, it is capable of multilingual code generation, cross-lingual code translation, code completion, summarization, and explanation. It has been benchmarked on HumanEval-X, a multilingual program synthesis benchmark introduced alongside the model, and achieves state-of-the-art...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 19
    claurst

    claurst

    Your favorite Terminal Coding Agent, now in Rust

    claurst is an experimental AI agent framework that appears to focus on structured reasoning and task execution within coding or automation environments. The project likely explores how agents can be designed to handle complex workflows through modular components and clearly defined execution steps. It may include abstractions for managing context, decision-making, and interaction with external tools, enabling agents to perform multi-step tasks efficiently. The architecture suggests a focus...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Forge Code

    Forge Code

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

    Forge is a modern, open-source tool that brings AI-powered code assistance directly into your terminal workflow, effectively turning your shell into a “pair programmer”, without ever leaving your development environment. 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...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 21
    Devgen

    Devgen

    The AI codebase research assistant for Github

    DevGen is a development tool that automates the creation of boilerplate code, providing templates and scaffolding for various programming languages and frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MiniMax Skills

    MiniMax Skills

    Development skills for AI coding agents

    MiniMax skills is a modular system designed to provide structured development capabilities for AI coding agents, enabling them to perform complex engineering tasks with guided workflows and domain-specific knowledge. It defines a set of reusable “skills” that encapsulate best practices, architectural patterns, and step-by-step processes for building applications across multiple platforms. These skills can be integrated into AI tools to improve the quality and consistency of generated code,...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Codebuff

    Codebuff

    Generate code from the terminal!

    Codebuff is an open-source AI coding assistant that helps developers modify and improve their codebases using natural language instructions. Instead of relying on a single model, it orchestrates multiple specialized agents that collaborate to understand, plan, edit, and review code changes. This multi-agent approach enables more accurate edits, better context awareness, and fewer errors across complex projects. Codebuff operates primarily through a CLI, allowing developers to interact with...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    Genie AI

    Genie AI

    Your best AI pair programmer in VS Code

    Your best AI pair programmer. Save conversations and continue any time. A Visual Studio Code - ChatGPT Integration. Supports, GPT-4o GPT-4 Turbo, GPT3.5 Turbo, GPT3, and Codex models. Create new files, and view diffs with one click; your copilot to learn code, add tests, find bugs, and more.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Goose

    Goose

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

    Goose is an open-source, extensible AI agent that enhances the software development process by going beyond traditional code suggestions. 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...
    Downloads: 10 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB