v0.1.0
CodeTrellis 0.1.0 — 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.0-arm64.dmg - macOS (Intel) —
CodeTrellis-0.1.0-x64.dmg - Windows installer (NSIS) —
CodeTrellis-Setup-0.1.0.exe - Windows portable —
CodeTrellis-Portable-0.1.0.exe - Linux (.deb) — for Debian / Ubuntu / Mint
- Linux (AppImage) — for Fedora / RHEL / Arch (
chmod +xthen run)
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 .deb:
sudo dpkg -i CodeTrellis-0.1.0.deb - Linux AppImage:
chmod +xthen./CodeTrellis-0.1.0.AppImage
Built from lionroseway/codetrellis @ 00efa59.
Linux AppImage on Ubuntu 24.04+
If you see FATAL:setuid_sandbox_host.cc(...) The SUID sandbox helper binary was found, but is not configured correctly, that's Ubuntu 24.04's tightened AppArmor policy breaking Chromium's setuid sandbox.
Workaround:
./CodeTrellis-0.1.0.AppImage --no-sandboxSame workaround Cursor, Obsidian, etc. use. v0.1.1 will do this automatically when launched from an AppImage.