Skip to content

Releases: pokhrelboss/craftcode-releases

CraftCode 1.0.0

Choose a tag to compare

@pokhrelboss pokhrelboss released this 17 Aug 18:50

CraftCode 1.0.0

CraftCode 1.0.0 is the first stable release of the open-source AI development workspace for Windows.

Highlights

  • Instant No-Login Workspace: Open CraftCode and start working immediately without creating an account or signing in.
  • Local-First Architecture: Local project files, agent terminals, file tree, and skills with zero cloud lock-in.
  • Agent Orchestration: Built-in multi-agent workflows supporting Claude Code, Codex, OpenCode, and custom MCP tools.
  • Project Context & Memory: Persistent local project memory and graph indexing across restarts.
  • Flexible AI Models: Bring your own API keys (BYOK), connect local models (Ollama, LMStudio), or use CraftCode hosted reasoning models.
  • Optional CraftCode Pro: Seamless craftcode:// deep-linking to connect a Pro subscription with 1,500 daily AI credits.
  • Production-Ready Windows Installers: Primary lightweight NSIS installer (~99 MB) and alternative WiX custom-UI installer.

Downloads

Primary Windows Installer (Recommended)

  • File: CraftCode-1.0.0-Installer.exe (NSIS)
  • Size: 99,128,720 bytes (~99 MB)
  • SHA-256: 68a4e74c9f2d2a48a63db294bcb725f1f00394ef5fd06efe09c2c8ed2850c262

Alternative Windows Installer (WiX)

  • File: CraftCode-Setup.exe (WiX Custom UI)
  • Size: 209,013,705 bytes (~209 MB)
  • SHA-256: b614c6278e797a03778fa6d2f3e60309c11db32fca4a4b9829c976a0c1307cce

Verification

Check SHA-256 checksums using PowerShell:

Get-FileHash -Path "CraftCode-1.0.0-Installer.exe" -Algorithm SHA256

Matches: 68a4e74c9f2d2a48a63db294bcb725f1f00394ef5fd06efe09c2c8ed2850c262

CraftCode 0.1.5 Beta

CraftCode 0.1.5 Beta Pre-release
Pre-release

Choose a tag to compare

@pokhrelboss pokhrelboss released this 01 Aug 19:27

CraftCode 0.1.5 Beta for Windows

Released: 2026-08-01

What Changed

  • Indexes the canonical active project directory with the real managed Graphify executable.
  • Waits for Graphify to finish, validates project identity and graph integrity, then publishes the new index atomically.
  • Reloads the open Project Graph from the latest validated revision and preserves the view after restart.
  • Shows real indexing phases, command, working directory, exit code, and sanitized logs.
  • Adds real PHP, TypeScript, mixed-project, failure-recovery, and packaged restart coverage.

Verification

  • Installer size: 99,045,553 bytes
  • SHA-256: 2ff0fbfe19e41e7c2db1414fa89765446558cf873c6eb44151c0c9182fa2458c
  • Publisher metadata: CraftResearch Tech
  • Full automated desktop suite: 902 passed; one unrelated audible TTS test skipped.

Known Limitations

  • This beta installer is not Authenticode signed, so Windows reputation warnings can still occur.
  • Projects without supported source files correctly produce an empty graph instead of a Ready status.