Download

Free on every platform, from your desk to your pocket.

Desktop on macOS, Windows, and Linux. Mobile companion on iOS (TestFlight) and Android. macOS is signed and notarized — no more quarantine workaround. Everything below is the live v0.1.13 release.

RecommendedmacOS · Apple Silicon

CodeTrellis v0.1.13

CodeTrellis-0.1.13-arm64.dmg · 125 MB

Free · Apache 2.0 · macOS now signed & notarized

Desktop

10 builds
PlatformFileSize
macOS · Apple SiliconSigned & notarized
CodeTrellis-0.1.13-arm64.dmg125 MBGet
macOS · IntelSigned & notarized
CodeTrellis-0.1.13-x64.dmg132 MBGet
Windows · InstallerNSIS installer
CodeTrellis-Setup-0.1.13.exe100 MBGet
Windows · PortableSingle executable, no install
CodeTrellis-Portable-0.1.13.exe100 MBGet
Linux · AppImage (x64)Runs on every distro
CodeTrellis-0.1.13-x86_64.AppImage132 MBGet
Linux · AppImage (arm64)Runs on every distro
CodeTrellis-0.1.13-arm64.AppImage132 MBGet
Linux · .deb (x64)Debian / Ubuntu
codetrellis_0.1.13_amd64.deb100 MBGet
Linux · .deb (arm64)Debian / Ubuntu
codetrellis_0.1.13_arm64.deb99 MBGet
Linux · .rpm (x64)Fedora / RHEL
codetrellis-0.1.13.x86_64.rpm87 MBGet
Linux · .rpm (arm64)Fedora / RHEL
codetrellis-0.1.13.aarch64.rpm85 MBGet

Mobile companion

2 builds

Pair with the desktop in one QR scan. Drive plans, channels, terminals, and the graph from your phone.

PlatformBuildSize
iOS · Companion (TestFlight)Request access — onboarding now
TestFlight inviteRequest
Android · Companion APKSideload via APK · Play Store coming
CodeTrellis-Companion-0.1.13.apk131 MBGet

Releases hosted on github.com/lionroseway/codetrellis-releases.

First launch on macOS

Builds are signed & notarized — open the DMG, drag to Applications, open. If macOS still warns (stripped quarantine attribute), clear it once:

zsh
xattr -cr /Applications/CodeTrellis.app

First launch on Windows

Builds are not code-signed yet. SmartScreen may warn the first time — click More info Run anyway. The warning won’t repeat.

First launch on Linux

AppImage runs on every distro — make it executable and run:

shell
chmod +x CodeTrellis-0.1.13.AppImage && ./CodeTrellis-0.1.13.AppImage

For Debian / Ubuntu the .deb is preferred; for Fedora / RHEL the .rpm.

Android Companion

The Companion APK isn’t on the Play Store yet. Download it from this site, then enable “Install unknown apps” for your browser / file manager when prompted. The APK is signed with a stable key, so future versions upgrade in place.

Verify the download

SHA-256 checksums are published alongside each release on GitHub (each asset’s digest field). Compare against your downloaded file:

shell
shasum -a 256 ~/Downloads/CodeTrellis-0.1.13-arm64.dmg