[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-82864":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":18,"rankGlobal":9,"rankLanguage":9,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":22,"hasPages":20,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":24,"readmeContent":25,"aiSummary":26,"trendingCount":15,"starSnapshotCount":15,"syncStatus":27,"lastSyncTime":28,"discoverSource":29},82864,"ore-code","233i\u002Fore-code","233i","DeepSeek-first desktop coding agent workbench",null,"TypeScript",163,12,4,1,0,29,103,3.34,"MIT License",false,"main",true,[],"2026-06-12 02:04:28","\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fapps\u002Fdesktop\u002Fsrc-tauri\u002Ficons\u002F128x128.png\" alt=\"Ore Code icon\" width=\"96\" height=\"96\">\n\u003C\u002Fp>\n\n\u003Ch1 align=\"center\">Ore Code\u003C\u002Fh1>\n\n\u003Cp align=\"center\">\n  \u003Cstrong>DeepSeek-first desktop coding agent workbench.\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  Long-context coding, structured tool execution, local project context, MCP integrations, skills, automation, and a native desktop shell for macOS and Windows.\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F233i\u002Fore-code\u002Freleases\">\u003Cimg alt=\"Release\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fv\u002Frelease\u002F233i\u002Fore-code?include_prereleases&style=flat-square\">\u003C\u002Fa>\n  \u003Ca href=\".\u002FLICENSE\">\u003Cimg alt=\"License\" src=\"https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Flicense\u002F233i\u002Fore-code?style=flat-square\">\u003C\u002Fa>\n  \u003Cimg alt=\"Platform\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fplatform-macOS%20%7C%20Windows-24292f?style=flat-square\">\n  \u003Cimg alt=\"Built with Tauri\" src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FTauri-2.x-24c8db?style=flat-square\">\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F233i\u002Fore-code\u002Freleases\u002Ftag\u002Fv0.1.0\">\u003Cstrong>Download Preview\u003C\u002Fstrong>\u003C\u002Fa>\n  ·\n  \u003Ca href=\".\u002Fdocs\u002FREADME.md\">Docs\u003C\u002Fa>\n  ·\n  \u003Ca href=\".\u002FREADME.zh-CN.md\">简体中文\u003C\u002Fa>\n\u003C\u002Fp>\n\n![Ore Code home screen](.\u002Fdocs\u002Fassets\u002Fore-code-home.png)\n\n> Status: pre-release. Ore Code is source-available under the MIT License.\n\n## Why Ore Code\n\nOre Code is built for coding workflows where the agent needs to inspect real project context, run tools predictably, and keep long conversations coherent. It combines a TypeScript agent runtime, a React\u002FTauri desktop app, and a Rust OS boundary for local file, process, Git, and MCP operations.\n\n| Long-context agent | Local desktop tools | DeepSeek-first workflow |\n| --- | --- | --- |\n| Model-aware context budgets, history compression, and request shaping for large coding turns. | File operations, shell\u002Fprocess execution, tests, Git review, code execution, web fetch, and MCP servers. | Provider configuration, thinking-level controls, prompt\u002Fcache stability, and DeepSeek-compatible defaults. |\n\n## Highlights\n\n- DeepSeek-oriented agent runtime with plan, agent, and full-access workflows.\n- Desktop UI for chat, tool approvals, skills, automations, project indexing, usage\u002Fcontext visibility, and code changes.\n- Structured tools for file operations, shell\u002Fprocess execution, tests, Git diff review, code execution, web fetch, LSP diagnostics, and MCP servers.\n- Harness and replay packages for testing agent behavior without relying on live models.\n- Cross-platform desktop work for macOS and Windows.\n\n## Download\n\nThe current public build is a macOS Apple Silicon pre-release:\n\n- [Download `Ore.Code_0.1.0_aarch64.dmg`](https:\u002F\u002Fgithub.com\u002F233i\u002Fore-code\u002Freleases\u002Fdownload\u002Fv0.1.0\u002FOre.Code_0.1.0_aarch64.dmg)\n- SHA-256: `805dc211c21d0d8995115260bd91c0b856d44d09775f3ba65a2a629b47773eaa`\n\n### macOS Pre-Release Install\n\nThe first macOS pre-release builds are unsigned and not notarized. When macOS blocks the app, open it once with either of these flows:\n\n- Control-click or right-click `Ore Code.app`, choose **Open**, then choose **Open** again in the confirmation dialog.\n- If macOS still blocks it, open **System Settings > Privacy & Security**, find the Ore Code warning, and choose **Open Anyway**.\n\nOnly install builds downloaded from this repository's GitHub releases.\n\n## Repository Layout\n\n```text\napps\u002Fdesktop\u002F          Tauri desktop application\npackages\u002Fprotocol\u002F     Runtime event schemas and shared protocol types\npackages\u002Ftools\u002F        Tool specifications, approval policy, and tool helpers\npackages\u002Fagent-core\u002F   Agent engine, prompts, runtime context, and model adapters\npackages\u002Fstate\u002F        Session\u002Fevent\u002Fartifact storage helpers\npackages\u002Fharness\u002F      Scenario replay and harness tests\ndocs\u002F                  Product, architecture, workflow, and project planning docs\nscripts\u002F               Local helper scripts\n```\n\n## Development\n\nPrerequisites:\n\n- Node.js 20+; Node 22 is the pinned development and CI version in `.node-version`.\n- pnpm 11.x. This repo declares `pnpm@11.0.8` in `packageManager`.\n- Rust stable with Cargo.\n- Tauri 2 system prerequisites for your OS.\n- Git.\n\nStart the desktop app:\n\n```bash\npnpm install\npnpm dev\n```\n\nRun package checks:\n\n```bash\npnpm --filter @ore-code\u002Fdesktop typecheck\npnpm --filter @ore-code\u002Fdesktop test\npnpm --filter @ore-code\u002Fdesktop lint\n```\n\nBuild installers:\n\n```bash\npnpm --filter @ore-code\u002Fdesktop tauri:build\npnpm build:desktop:windows\n```\n\n## Configuration and Local Data\n\nOre Code keeps user-level runtime data outside the repository:\n\n- `~\u002F.ore-code\u002Fskills`\n- `~\u002F.ore-code\u002Fmcp.json`\n- `~\u002F.ore-code\u002Fconfig.toml` for DeepSeek-compatible provider configuration\n\nProject-local runtime data under `.ore-code\u002F` is ignored by Git.\n\n## Documentation\n\n- [Architecture overview](.\u002Fdocs\u002FARCHITECTURE_OVERVIEW.md)\n- [Development guide](.\u002Fdocs\u002FDEVELOPMENT.md)\n- [Troubleshooting](.\u002Fdocs\u002FTROUBLESHOOTING.md)\n- [FAQ](.\u002Fdocs\u002FFAQ.md)\n- [Local data and configuration](.\u002Fdocs\u002FLOCAL_DATA_AND_CONFIG.md)\n- [Package boundaries and compatibility](.\u002Fdocs\u002FAPI_AND_COMPATIBILITY.md)\n- [Roadmap](.\u002Fdocs\u002FROADMAP.md)\n- [Skill system](.\u002Fdocs\u002F06-skill-system.md)\n- [Known limitations](.\u002Fdocs\u002FKNOWN_LIMITATIONS.md)\n\n## Project\n\n- [Contributing](.\u002FCONTRIBUTING.md)\n- [Support](.\u002FSUPPORT.md)\n- [Code of Conduct](.\u002FCODE_OF_CONDUCT.md)\n- [Privacy](.\u002FPRIVACY.md)\n- [Security](.\u002FSECURITY.md)\n- [Changelog](.\u002FCHANGELOG.md)\n\n## Star History\n\n\u003Ca href=\"https:\u002F\u002Fwww.star-history.com\u002F#233i\u002Fore-code&Date\">\n \u003Cpicture>\n   \u003Csource media=\"(prefers-color-scheme: dark)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fsvg?repos=233i\u002Fore-code&type=Date&theme=dark\" \u002F>\n   \u003Csource media=\"(prefers-color-scheme: light)\" srcset=\"https:\u002F\u002Fapi.star-history.com\u002Fimage?repos=233i\u002Fore-code&type=Date\" \u002F>\n   \u003Cimg alt=\"Star History Chart\" src=\"https:\u002F\u002Fapi.star-history.com\u002Fimage?repos=233i\u002Fore-code&type=Date\" \u002F>\n \u003C\u002Fpicture>\n\u003C\u002Fa>\n\n## License\n\nOre Code is released under the [MIT License](.\u002FLICENSE).\n","Ore Code 是一个面向 DeepSeek 的桌面编码代理工作台。它采用 TypeScript 构建，结合了 React 和 Tauri 框架来创建跨平台的桌面应用，并利用 Rust 作为操作系统边界处理本地文件、进程、Git 和 MCP 操作。其核心功能包括长上下文对话支持、结构化工具执行、本地项目环境集成以及与 DeepSeek 兼容的工作流配置。Ore Code 适合需要在真实项目环境中进行代码审查、工具运行及自动化任务管理的开发者使用，特别是在 macOS 和 Windows 平台上追求高效编码体验的场景下尤为适用。",2,"2026-06-11 04:09:27","CREATED_QUERY"]