Skip to content

Releases: EazyLee30/xfxcode-project

XFXCode v0.2.0

29 Apr 13:45

Choose a tag to compare

XFXCode v0.2.0

XFXCode v0.2.0 release assets.

  • Windows: single EXE is the recommended download.
  • macOS: Apple Silicon DMG.
  • Includes SHA256SUMS.txt for verification.
  • v0.2.0 converges on a lightweight runtime: no bundled Chromium, Python, or Node in the release assets.

XFXCode v0.1.3 EDU

25 Apr 05:43

Choose a tag to compare

XFXCode v0.1.3 EDU

这是面向教学场景的 EDU 构建。本次重新发布 macOS DMG 和 Windows portable EXE,包含 ClawHub 国内镜像、AI 写文件流式展示和实时渲染页工具路由修复。

Download

Platform Asset Notes
Windows x64 XFXCode_0.1.3_x64-portable.exe Portable build. No setup installer. Double-click to run.
macOS Apple Silicon XFXCode_0.1.3_aarch64.dmg Open the DMG and drag XFXCode into Applications.
Checksums SHA256SUMS.txt Verify the downloaded file before classroom deployment.

SHA256

05f523aa9e4e1580e6d9f23666b7edc6734fc2a6205fdadca8d8d87e67e39432  XFXCode_0.1.3_aarch64.dmg
01c610590136843595b2d75878c83089302f1fc97af7e17f4d3052a1e73411a3  XFXCode_0.1.3_x64-portable.exe

Highlights

  • EDU ClawHub defaults to https://cn.clawhub-mirror.com/ and uses the mirror HTTP API first for marketplace, search, inspect, download, and install.
  • ide_write_file streams generated file contents into the editor while the model is still writing.
  • The editor auto-opens the streaming write target once, then lets users switch to any other file without interrupting AI output.
  • Realtime rendered ranking pages expose and prefer browser_automation, reducing tool_not_exposed errors.
  • EDU keeps the Playwright adapter/runtime path but does not bundle Chromium browser binaries into the app package.

License

XFXCode is proprietary / closed-source software. This public repository provides binaries, release notes, checksums, and download documentation only.

XFXCode v0.1.2

25 Apr 04:27

Choose a tag to compare

XFXCode v0.1.2

专为上海市民办新复兴初级中学开发的 AI IDE。

XFXCode 是面向校园创新教育、AI 编程实践、项目制学习和真实代码创作的桌面级智能开发环境。它将代码编辑器、AI Agent、工具调用、文件变更审查、Skills 和治理 trace 整合到一个应用中,让“理解代码 -> 修改代码 -> 审查变更 -> 验证结果”成为清晰可见的学习闭环。

Download

Platform Asset Notes
Windows x64 XFXCode_0.1.2_x64-portable.exe Portable build. No setup installer. Double-click to run.
macOS Apple Silicon XFXCode_0.1.2_aarch64.dmg Open the DMG and drag XFXCode into Applications.
Checksums SHA256SUMS.txt Verify the downloaded file before classroom deployment.

GitHub automatically adds Source code (zip) and Source code (tar.gz) to every release. Those archives only contain this public download repository and are not the private XFXCode application source code or installer.

Highlights

  • DeepSeek V4 Flash / Pro model profiles.
  • Ask / Plan / Agent workflows: explain first, plan before execution, then edit through governed tools.
  • Monaco editor, project explorer, terminal, AI panel, settings, and skills center.
  • Message-level file change cards with open-file actions, feedback, timestamps, and safer undo.
  • Agent Skills support for project templates, course workflows, and domain-specific instructions.
  • Governance traces for tool exposure, model routing, cache telemetry, approvals, and replay metadata.

Classroom Fit

  • Explain Python / JavaScript / Web project code in context.
  • Break larger classroom assignments into reviewable Plan-mode steps before editing files.
  • Help students build pages, demos, tools, and project-based learning artifacts.
  • Let teachers demonstrate the full AI coding workflow from task to review.
  • Keep AI tool actions visible instead of hiding them behind a black box.

License

XFXCode is proprietary / closed-source software. This public repository provides binaries, release notes, checksums, and download documentation only.