Skip to content

EDITH Studio v0.1.0 · 首个公开预览版

Choose a tag to compare

@lucy971326 lucy971326 released this 10 Aug 12:48
· 48 commits to main since this release

EDITH Studio v0.1.0 · 首个公开预览版

EDITH Studio 是一个本地运行的 Coding Agent:在你的项目目录中工作,支持文件读取与修改、命令执行、MCP 工具、模型配置和多会话管理。

本版内容

  • 单文件发布:前端已嵌入二进制,无需 Node.js 或 npm;
  • 支持 Windows、macOS(Intel / Apple Silicon)和 Linux;
  • 支持 OpenAI-compatible 与 Anthropic 模型协议;
  • 模型配置、思考模式、图片能力提示;
  • 多会话并行运行与独立草稿;
  • 项目文件树、代码查看与改动视图;
  • 多套外观主题:赤铜、雾白、素笺、夜黑;
  • MCP 服务与内置 Skills。

下载与运行

平台 文件
Windows x64 edith-windows-amd64.exe
macOS Intel edith-darwin-amd64
macOS Apple Silicon edith-darwin-arm64
Linux x64 edith-linux-amd64

Windows

下载并直接运行:

.\edith-windows-amd64.exe

macOS / Linux

下载对应文件后:

chmod +x edith-*
./edith-*

首次启动后,在模型配置中填写 Provider API Key,并显式选择本次 Run 使用的模型。

注意

  • Windows 版会以 Edge 应用模式打开 EDITH 窗口;
  • macOS / Linux 版会打开系统默认浏览器;
  • 当前为预览版,尚未进行代码签名,系统安全提示属于预期现象;
  • checksums.txt 提供各二进制文件的 SHA-256 校验值。

EDITH Studio v0.1.0 · First Public Preview

EDITH Studio is a local Coding Agent that works directly in your project directory. It supports file operations, command execution, MCP tools, model configuration, and multiple conversations.

Highlights

  • Single-binary distribution: the frontend is embedded, with no Node.js or npm required at runtime.
  • Available for Windows, macOS (Intel / Apple Silicon), and Linux.
  • Supports OpenAI-compatible and Anthropic model protocols.
  • Model configuration, thinking modes, and image-capability awareness.
  • Concurrent runs across separate conversations, with independent drafts.
  • Project file tree, code viewer, and change view.
  • Four appearance themes: Copper, Mist, Paper, and Night.
  • MCP services and built-in Skills.

Download and Run

Platform File
Windows x64 edith-windows-amd64.exe
macOS Intel edith-darwin-amd64
macOS Apple Silicon edith-darwin-arm64
Linux x64 edith-linux-amd64

Windows

Download and run:

.\edith-windows-amd64.exe

macOS / Linux

After downloading the appropriate file:

chmod +x edith-*
./edith-*

On first launch, configure a Provider API key in Model Settings and explicitly select a model for each Run.

Notes

  • Windows opens EDITH in Edge app mode.
  • macOS and Linux open EDITH in the default browser.
  • This is a preview release and binaries are not code-signed yet; system security warnings are expected.
  • checksums.txt contains SHA-256 hashes for each binary.