Skip to content

Release v0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:43
· 7 commits to main since this release

🎉 CodeRun CLI v0.0.3

📦 Installation

Linux (AMD64)

curl -L https://github.com/helmcode/coderun-cli/releases/download/v0.0.3/coderun-linux-amd64 -o coderun
chmod +x coderun
sudo mv coderun /usr/local/bin/

Linux (ARM64)

curl -L https://github.com/helmcode/coderun-cli/releases/download/v0.0.3/coderun-linux-arm64 -o coderun
chmod +x coderun
sudo mv coderun /usr/local/bin/

macOS (Intel)

curl -L https://github.com/helmcode/coderun-cli/releases/download/v0.0.3/coderun-darwin-amd64 -o coderun
chmod +x coderun
sudo mv coderun /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/helmcode/coderun-cli/releases/download/v0.0.3/coderun-darwin-arm64 -o coderun
chmod +x coderun
sudo mv coderun /usr/local/bin/

Windows (AMD64)

Download coderun-windows-amd64.exe and rename it to coderun.exe

Windows (ARM64)

Download coderun-windows-arm64.exe and rename it to coderun.exe

✅ Installation Verification

coderun --version

🔒 Integrity Verification

You can verify file integrity using checksums.txt