惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - Franky
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
量子位
V
Visual Studio Blog
Y
Y Combinator Blog
小众软件
小众软件
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - ctxrs/ctx: Open source Agentic Development Envir...
ripped_britc · 2026-06-17 · via Show HN

ctx is an open-source Agentic Development Environment (ADE)

A local-first desktop workbench for coding agents.

ctx is an open-source Agentic Development Environment (ADE): one place to run, supervise, review, and land work from the coding agents you already use.

If you use Claude Code, Codex, Cursor, or other agents across multiple tasks, the work quickly spreads across tmux panes, terminal tabs, provider session files, worktrees, diffs, screenshots, and GitHub tabs. ctx pulls that workflow into one local, hackable desktop app: tasks, sessions, transcripts, artifacts, diffs, containers, remote machines, and merge queue state all live in the same review surface.

Use ctx on your own machine or against a remote devbox or VPS you control. ctx is local-first: your repos, task state, transcripts, and artifacts live on the machine running the workspace, and you bring your own agents, providers, models, and credentials.

A short demo of ctx showing the workbench, task thread, and agent workflow.

Install

curl -fsSL https://ctx.rs/install | sh

Platform support: macOS and Linux today. Windows is on the roadmap.

What ctx helps you do

  • Use Claude Code, Codex, Cursor, and other coding agents in a desktop workbench instead of flickering terminal panes
  • Run agents in isolated containers with explicit disk and network controls
  • Let agents run in yolo mode inside explicit disk and network boundaries instead of choosing between approval prompts and full access to your shell, files, and network
  • Keep tasks, sessions, diffs, transcripts, and artifacts in one review surface
  • Run work locally or on remote machines you control
  • Keep parallel tasks isolated in separate worktrees and land them cleanly with the agent merge queue

Why ctx exists

  • A bare diff is not enough: ctx keeps the prompt, transcript, commands, artifacts, and worktree state that produced it
  • Parallel agents need isolated worktrees and a sane way to land branches without manual branch juggling
  • Agent sessions should be durable and inspectable instead of trapped in one provider's app state
  • You should be able to change harnesses and models without rebuilding your whole workflow
  • Teams can add stronger runtime, review, and provenance controls later without forcing everyone into one agent

How is this different from Codex app?

Codex app, Cursor, and Antigravity are first-party environments for their own agent stacks. ctx is an open-source, local-first workbench around the agent harness you use today and the ones you may want to try later.

If one vendor's app is already your whole workflow, you may prefer that app. ctx is for engineers who want the workbench to stay stable as agents, models, and harnesses change.

The difference is the layer ctx cares about. ctx focuses on task state, worktrees, transcripts, artifacts, diffs, containers, remote machines, review, and landing branches. The workbench itself is open source, so you can inspect it, modify it, script it, and keep your workflow independent of any single agent provider.

The Pi ethos, one layer up

Pi makes the case that an agent harness should be yours: inspectable, adaptable, built from primitives, and shaped around your workflow instead of sealed behind a vendor product.

ctx is trying to bring that same ethos to the Agentic Development Environment. The ADE is the layer where agent sessions run, transcripts accumulate, diffs are reviewed, artifacts are captured, and branches land. If that layer becomes central to software development, it should be open and hackable too.

ctx does not yet have Pi-style extensibility or plugin primitives. Making the workbench more extensible, plugin-ready, and hot-reloadable is an active area of development. If that direction interests you, we would love contributions.

Under the hood

ctx is built around a local Rust daemon, real agent harnesses, and per-task worktrees.

  • The workbench talks to a local Rust daemon that owns sessions, transcripts, artifacts, diffs, workspace state, provider setup, and merge queue state
  • ctx runs real agent harnesses instead of replacing them with one internal agent loop; adapters use structured runtime protocols where available instead of scraping terminal output
  • CRP adapters normalize provider streams into one durable session model for the UI, review surface, local SQLite store, and artifact system
  • Each task runs in its own worktree, so transcripts, artifacts, diffs, and review state are tied to the exact execution root that produced them
  • Sandbox runs are materialized into an isolated container data plane instead of mutating a host checkout in place
  • Containerized runs can use explicit network egress policies such as LLM-provider-only, allowlist, or full access
  • The local merge queue replays patches against the latest target branch in queue worktrees, runs verification, and only advances the target when the entry applies cleanly
  • The desktop app is Tauri with a TypeScript UI, but the runtime path is Rust. The repo uses Bazel for the larger validation graph alongside normal Cargo and pnpm workflows

Get started

Learn more

Build From Source

Prerequisites:

  • Rust stable
  • Node.js 20+ with Corepack
  • Platform desktop dependencies if building the Tauri app, including GTK/WebKitGTK on Linux

Install dependencies and build the Rust workspace:

git clone https://github.com/ctxrs/ctx.git
cd ctx
cd core
corepack enable
pnpm install --frozen-lockfile
cargo build --workspace

Run the daemon and web workbench locally in separate terminals:

cd core
cargo run -p ctx-http --bin ctx -- serve --bind 127.0.0.1:4399 --data-dir "${CTX_DATA_DIR:-$HOME/.ctx}"
cd core
pnpm -C apps/web dev

Launch the desktop app from source:

Build the desktop app from source:

cd core
pnpm desktop:build