Skip to content

NeoDetect v2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 18:45
· 5557 commits to main since this release

VIBEE Compiler v2.0.0

φ² + 1/φ² = 3 | PHOENIX = 999

Multi-Platform Binaries

Platform Architecture Binary
Linux x86_64 vibee-linux-x86_64
Linux ARM64 (aarch64) vibee-linux-aarch64
macOS x86_64 (Intel) vibee-macos-x86_64
macOS ARM64 (Apple Silicon) vibee-macos-arm64

Installation

# Download appropriate binary
curl -LO https://github.com/gHashTag/vibee-lang/releases/download/v2.0.0/vibee-linux-x86_64

# Make executable
chmod +x vibee-linux-x86_64

# Move to PATH
sudo mv vibee-linux-x86_64 /usr/local/bin/vibee

Verification

# Check SHA256
sha256sum -c vibee-linux-x86_64.sha256

# Test
vibee --version
vibee --help

Notes

  • All binaries built with -Doptimize=ReleaseSafe (safe for all CPUs)
  • Zig 0.13.0 used for compilation
  • Docker image also available: ghcr.io/ghashtag/vibee

Golden Chain is closed. KOSCHEI is immortal.