Showing 40 open source projects for "project-ascp"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Claude Code

    Claude Code

    Claude Code is an agentic coding tool that lives in your terminal

    Claude Code is an intelligent agentic coding assistant that lives in your terminal and understands your entire codebase. It helps developers code faster by executing routine tasks, explaining complex code snippets, and managing git workflows—all via natural language commands. Claude Code integrates seamlessly into your terminal, IDE, or GitHub by tagging @claude to interact with your code context. The tool is designed to simplify development by automating repetitive work and providing...
    Downloads: 819 This Week
    Last Update:
    See Project
  • 2
    DeepSeek-Reasonix

    DeepSeek-Reasonix

    DeepSeek-native AI coding agent for your terminal

    ...It is built around prefix-cache stability, which helps reduce token costs during long sessions and allows users to leave the agent running across extended workflows. Reasonix includes a coding mode with filesystem and shell tools, a lighter chat mode, one-shot task execution, health checks, session utilities, and project-scoped memory. It supports reviewed SEARCH/REPLACE edits, plan mode, MCP servers, web search, hooks, skills, semantic indexing, transcript replay, event logs, and cost or cache tracking. The project is especially useful for developers who want an open, terminal-first coding agent optimized for DeepSeek’s cache mechanics. It also includes a prerelease desktop client for users who prefer a GUI over the same agent loop.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 3
    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: 215 This Week
    Last Update:
    See Project
  • 4
    OpenCode

    OpenCode

    The open source coding agent

    ...OpenCode aims to streamline everyday development workflows by combining automation with human oversight in a developer-first interface. Because it runs locally and exposes powerful capabilities, the project is particularly attractive for engineers who want deep control over AI-assisted coding pipelines.
    Downloads: 115 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    Antigravity CLI

    Antigravity CLI

    The CLI understands codebases, makes edits and executes commands

    ...Antigravity CLI is useful for developers who want AI assistance without leaving the command line, especially for code exploration, scaffolding, refactoring, debugging, and project automation. It is best understood as a terminal-native coding assistant built for controlled, permission-based agent work.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 6
    Open Vibe

    Open Vibe

    Open Vibe turns Claude Code into a SaaS-building assistant

    ...The workflow starts with setup instructions that install Node.js, install the Wasp CLI, and verify the local environment. After creating a new Wasp app, the user opens an AI coding agent inside the project and lets it fetch course module instructions. The agent then works as both tutor and pair programmer, explaining the system while helping the user build features from plain-language requests. Progress is tracked through JSON files written into the project, making the learning path structured while still letting the user build their own app idea.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    GSD Pi

    GSD Pi

    Development system that enables agents to work for long periods

    GSD Pi is a local-first coding agent for planning, implementing, verifying, and tracking software project work from the command line. It is built for developers who want an AI-assisted workflow that can handle structured tasks rather than only single chat prompts. The project emphasizes spec-driven development, context engineering, and longer autonomous work sessions. It helps users break ideas into plans, manage execution steps, verify results, and keep track of progress across a project. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Crush

    Crush

    The glamourous AI CLI coding agent for your favourite terminal 💘

    ...Built for portability, it offers first-class support across macOS, Linux, Windows (PowerShell and WSL), and BSD systems. Backed by the Charm ecosystem, Crush is a stable, actively maintained evolution of the original OpenCode project.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 9
    Ditto

    Ditto

    The simplest self-building coding agent

    ...Users describe the app they want, and the system attempts to plan and create routes, templates, static assets, and supporting files. It uses an LLM loop with basic tools to automate part of the coding process. The project is intentionally lightweight and experimental, making it easier to understand than larger agentic coding platforms. Its modular structure separates generated Flask components into cleaner directories for routes, templates, and static files. It is best suited for prototyping, learning, and exploring how natural-language app generation can work in a small local project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    Mistral Vibe CLI

    Mistral Vibe CLI

    Minimal CLI coding agent by Mistral

    ...It aims to take developers out of repetitive boilerplate and let them stay “in the flow”: you can ask the tool to generate functions, refactor code, search across the codebase, manipulate files, commit changes via Git, or run commands — all from a unified CLI interface. Behind the scenes, it leverages Mistral’s coding-optimized LLM stack (including models tuned for code understanding and generation), with project-wide context awareness: it scans your file structure, Git status, and recent history to inform suggestions so that generated code aligns with existing context.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    Happy Coder

    Happy Coder

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

    ...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. The project includes components like a dedicated backend server for encrypted sync, a rich front-end experience across web and native apps, and support for push notifications when your coding agent encounters permission requests or errors. Happy prioritizes security with end-to-end encryption so your code and interactions remain private and auditable.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 12
    LazyCodex

    LazyCodex

    The one and only agent harness for complex codebases

    LazyCodex is an agent harness for using Codex on complex software projects. It is designed to add structure around AI coding sessions through memory, planning, execution, verification, skills, hooks, routing, and diagnostics. The project helps developers move beyond one-off prompts by giving the agent a more organized workflow inside a codebase. It supports project memory so context can persist across sessions and decisions do not need to be repeatedly reintroduced. LazyCodex also emphasizes verified completion, which means the workflow is built around checking whether tasks are actually finished rather than only generating code. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    claurst

    claurst

    Your favorite Terminal Coding Agent, now in Rust

    ...It is likely intended as a lightweight but extensible platform for experimenting with agent behavior and orchestration. The project may also emphasize simplicity, making it accessible for developers who want to prototype agent systems quickly.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    omp (Oh My Pi)

    omp (Oh My Pi)

    AI Coding agent for the terminal

    omp (Oh-My-Pi) is an open-source AI agent toolkit focused on creating intelligent coding assistants that operate directly from the terminal environment. The project provides a command-line coding agent capable of analyzing repositories, generating commits, editing code, and interacting with development tools through an integrated tool system. Instead of functioning as a simple prompt-based assistant, the system includes an agent architecture that can inspect Git repositories, analyze changes, and perform development actions with fine-grained control. ...
    Downloads: 33 This Week
    Last Update:
    See Project
  • 15
    ByteRover CLI

    ByteRover CLI

    The portable memory layer for autonomous coding agents

    ByteRover CLI is a portable memory layer for autonomous coding agents. It gives developers a way to store, organize, and reuse project knowledge across coding tools and sessions. The project centers on a context tree that can capture important information about a codebase, decisions, patterns, and instructions. It can run as an interactive command-line experience and connect to an LLM of the user’s choice. ByteRover is useful when agents need persistent context instead of starting from scratch every time they enter a project. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    AnyClaw

    AnyClaw

    AnyClaw — OpenClaw + Codex + Claude Code on Android

    AnyClaw is an Android-based AI assistant platform that combines OpenClaw, OpenAI Codex CLI, and OpenClaude (formerly Claw Code) into a single mobile application. It enables users to run advanced AI coding agents directly on their Android devices within a self-contained Linux environment. The platform provides conversational coding, agent routing, multi-threaded sessions, and automation capabilities without requiring root access or external servers. AnyClaw includes a full dashboard for...
    Downloads: 39 This Week
    Last Update:
    See Project
  • 17
    Codex Mobile

    Codex Mobile

    Run Codex Mobile Anywhere: Linux, Windows, or Termux on Android

    Codex Mobile is a lightweight bridge that exposes Codex app-server workflows through a browser-accessible interface. It is designed to let users run a Codex-style UI on Linux, Windows, or Termux-powered Android setups. The project starts a local web server with one command, then lets the user open the interface from the same machine, a LAN device, or another reachable connection. It can also create a Cloudflare tunnel by default, making remote access easier when the local setup allows it. Codex Mobile is useful for developers who want to control coding-agent sessions from a phone, tablet, remote browser, or nonstandard environment. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18
    Pi Agent

    Pi Agent

    AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI

    Pi is an open-source AI agent toolkit and coding agent framework designed to help developers build, run, and extend intelligent AI-powered workflows. Developed by Earendil Works, the project includes a coding agent CLI, unified multi-provider LLM API, agent runtime, terminal UI library, and web UI components. Pi supports multiple AI providers such as OpenAI, Anthropic, and Google through a single consistent API layer, making it easier to integrate different models into applications and agents. The framework is built around extensibility, allowing developers to create custom tools, workflows, and autonomous coding experiences. ...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 19
    OpenMonoAgent

    OpenMonoAgent

    Terminal-native coding agent powered by local LLMs

    OpenMonoAgent.ai is a self-hosted coding agent designed to run entirely on the user’s own hardware. It pairs a .NET CLI with a local llama.cpp inference server so developers can use agentic coding workflows without cloud subscriptions or per-token billing. The project emphasizes privacy, local control, and ownership of the model, compute, and project data. It includes a terminal-native workflow, built-in tools, Docker sandboxing, and code intelligence features. The system can run on CPU or GPU and is designed to auto-configure itself when possible. OpenMonoAgent.ai is best suited for developers who want a local AI development stack with no API keys, no cloud dependency, and no telemetry.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Gemma Chat

    Gemma Chat

    Local AI chat + coding agent for Apple Silicon, powered by Gemma 4

    ...It leverages Google’s Gemma family of lightweight language models, which are built on the same underlying technology as Gemini and designed for efficient local inference and reasoning tasks. The project enables users to interact with AI through a chat interface while also supporting code generation and editing workflows. It emphasizes privacy and independence by avoiding cloud dependencies, allowing all interactions and data to remain local. The system integrates model selection and execution directly into the app, giving users control over performance and behavior. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Claude Code Haha

    Claude Code Haha

    Claude Code leaked source - locally runnable version

    Claude Code Haha is an experimental and often humorous adaptation of Claude-style coding agents, designed to explore and demonstrate how agentic coding systems behave under different configurations and prompts. While it retains the core functionality of analyzing and modifying codebases, the project introduces variations that highlight both the strengths and quirks of autonomous coding assistants. It serves as a sandbox for testing how agents interpret instructions, manage context, and execute development tasks in a less formal or more exploratory setting. The repository likely includes playful modifications, custom prompts, or unconventional workflows that reveal edge cases in agent behavior. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 22
    SmallCode

    SmallCode

    AI coding agent optimized for small LLMs. 87% benchmark

    SmallCode is a terminal-native AI coding agent optimized for local models running on consumer hardware. It is designed to extract useful coding performance from smaller LLMs, especially models in the 7B to 20B range. The project focuses on making local coding assistance practical without requiring massive cloud-hosted models for every task. Its workflow is built around terminal usage, which makes it suitable for developers who prefer command-line control and local project context. smallcode emphasizes efficient agent behavior, careful tool use, and benchmark-driven improvements for constrained models. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Vibe Kanban

    Vibe Kanban

    Get 10X more out of Claude Code, Codex or any coding agent

    Vibe Kanban is an open-source, self-hosted orchestration and workflow platform designed to help developers manage and coordinate the work of AI coding agents using a visual Kanban-style interface rather than juggling terminals and logs. As AI agents such as Claude Code, Gemini CLI, Codex, and others are increasingly used to generate and update code autonomously, developers often end up spending more time monitoring and sequencing these agents than writing or reviewing meaningful work. Vibe...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    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: 11 This Week
    Last Update:
    See Project
  • 25
    pool

    pool

    pool is Poolside’s coding agent that runs in your terminal

    ...It integrates with open agent specifications such as AGENTS.md, Skills, MCP, and ACP, making it adaptable to different coding environments. Developers can use it for interactive coding, scripted tasks, CI-style checks, project analysis, and agent-assisted implementation. Its main value is providing a flexible coding-agent interface that can move between terminal use, editor integration, and automated execution.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo