Skip to content

v0.1.1

Choose a tag to compare

@lionroseway lionroseway released this 29 Apr 08:53
· 14 commits to main since this release

CodeTrellis 0.1.1 — 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.1-arm64.dmg
  • macOS (Intel)CodeTrellis-0.1.1-x64.dmg
  • Windows installer (NSIS)CodeTrellis-Setup-0.1.1.exe
  • Windows portableCodeTrellis-Portable-0.1.1.exe
  • Linux AppImage (x64)CodeTrellis-0.1.1.AppImage
  • Linux AppImage (arm64)CodeTrellis-0.1.1-arm64.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.1.AppImage (or the -arm64 variant for ARM Linux).

Built from lionroseway/codetrellis @ a465c73.

macOS — "App is damaged and can't be opened"

Newer macOS shows this for unsigned apps after a download. The DMG isn't actually damaged — it's the missing Apple code-signature + the quarantine flag. After dragging to /Applications:

xattr -cr /Applications/CodeTrellis.app

Then open normally. (Same workaround Cursor, Obsidian, etc. use until proper code-signing lands.)