Skip to content

v0.1.8

Choose a tag to compare

@lionroseway lionroseway released this 03 Jun 22:09
· 7 commits to main since this release

CodeTrellis 0.1.8 — installer downloads.

The source repository is currently private. We're collecting
feedback before the public source release; reach out via issues
here or join the conversation at codetrellis.dev.

Downloads

  • macOS (Apple Silicon)CodeTrellis-0.1.8-arm64.dmg
  • macOS (Intel)CodeTrellis-0.1.8-x64.dmg
  • Windows installer (NSIS)CodeTrellis-Setup-0.1.8.exe
  • Windows portableCodeTrellis-Portable-0.1.8.exe
  • Linux AppImage (x64)CodeTrellis-0.1.8.AppImage

First-launch notes

Builds are not yet code-signed, so the OS will warn you the first
time. This is expected — bypass it once and the warning won't repeat.

  • macOS: right-click → Open → Open. Or System Settings → Privacy & Security → "Open Anyway".
  • Windows: SmartScreen → "More info" → "Run anyway".
  • Linux AppImage: chmod +x then ./CodeTrellis-0.1.8.AppImage.

Re-release notice — 2026-06-03

These binaries replace the original v0.1.8 binaries uploaded
2026-05-25. If you installed v0.1.8 before 2026-06-03, please
re-download.
The original binaries had ~91 lazy
require('./services/*') calls across 19 backend files that failed
at runtime with MODULE_NOT_FOUNDcreate_plan errored on
git-identity, channels and sensors silently degraded with
no such column: file_spec, and several other services were
half-initialised. These binaries fix that root cause and bring the
backend up cleanly.

What changed since the original v0.1.8:

  • fix(build): bundle lazy requires. electron-vite bundles the
    main process into a single file; in-function require() calls
    didn't survive bundling. Converted to hoisted namespace imports
    across channel-dispatcher, sensor-bridge, recent-projects,
    settings, external-pointer, project-config, system-docs,
    peer-connection, plan/spec services, file watcher, mobile-rpc,
    persistence, etc.
  • fix(build): afterPack hook now checks target platform so
    cross-arch Windows / Linux builds from a Mac host don't try to
    xattr a .app that doesn't exist.
  • Plus the mobile-RPC and ad-hoc-sign improvements from commit
    c1d185a (graph cross-system edges, changes summary, terminal
    create/kill broadcast, raw ANSI for mobile colourisation, etc.).

Built from lionroseway/codetrellis @ 5b52230.