agent active

ore-code

Maker: 233i License: MIT Stars: 104 First released: 2026-05-31 Language: TypeScript, Rust
Desktop

About

Desktop coding agents typically hand the model broad shell access, which makes accidental filesystem or process damage hard to contain. Ore Code structures the problem differently: a Tauri 2.x shell with a Rust layer mediates every sensitive operation — file, shell, process, Git, keychain, artifact, and MCP calls — while a TypeScript agent runtime and React frontend drive the workflow above it. The agent targets DeepSeek first (with Mimo, Ark Coding, or custom endpoints supported) and includes long-context features such as history compression and checkpoint summaries for extended sessions, plus project-aware chat, diff review, task-change restore, a skills system, and MCP server support. Configuration lives in ~/.ore-code/config.toml with API keys stored in the OS keychain. It is early — v0.1.1, 39 commits, macOS Apple Silicon only with an ad-hoc-signed DMG and Windows pending — so it is best treated as a promising architecture preview for developers invested in the DeepSeek ecosystem.