macOS
ARM64 (Apple Silicon / ARM)Download .tar.gz
curl -fsSL https://github.com/ThobiasKnudsen/LogosLang/releases/download/v0.0.4/logos-v0.0.4-macos-aarch64.tar.gz -o logos.tar.gz && tar -xzf logos.tar.gzChoose a version, then copy the install command for your OS or download the build directly. Logos is early software, so expect breaking changes between versions.
curl -fsSL https://github.com/ThobiasKnudsen/LogosLang/releases/download/v0.0.4/logos-v0.0.4-macos-aarch64.tar.gz -o logos.tar.gz && tar -xzf logos.tar.gzcurl -fsSL https://github.com/ThobiasKnudsen/LogosLang/releases/download/v0.0.4/logos-v0.0.4-linux-x86_64.tar.gz -o logos.tar.gz && tar -xzf logos.tar.gzcurl -fsSL https://github.com/ThobiasKnudsen/LogosLang/releases/download/v0.0.4/logos-v0.0.4-linux-aarch64.tar.gz -o logos.tar.gz && tar -xzf logos.tar.gzirm https://github.com/ThobiasKnudsen/LogosLang/releases/download/v0.0.4/logos-v0.0.4-windows-x86_64.zip -OutFile logos.zip; Expand-Archive logos.zip -DestinationPath logosAfter unpacking, add the logos binary to your PATH. Older versions stay available here for reproducible installs.