Skip to content

Installation


Chimera supports Linux, macOS, and Windows. It can be installed via Cargo, precompiled binaries, or Debian packages. Follow the steps below based on your platform.

Crates.io

Terminal window
cargo install chimera-cli
Terminal window
# Download the latest release
Invoke-WebRequest -Uri "https://github.com/AMS003010/Chimera/releases/latest/download/chimera-windows.exe.zip" -OutFile "chimera-windows.zip"
# Extract the zip file
Expand-Archive -Path "chimera-windows.zip" -DestinationPath "."
# Rename the binary
Rename-Item chimera-windows.exe chimera-cli.exe
# Run chimera
.\chimera-cli.exe --path data.json http
Terminal window
# Download and extract the latest Linux binary
curl -sL https://github.com/AMS003010/Chimera/releases/latest/download/chimera-linux.zip -o chimera-linux.zip
# Unzip it
unzip chimera-linux.zip
# Give it executable permissions
chmod +x chimera-linux
# Rename it
mv chimera-linux chimera-cli
# Chimera is ready to use ✨
./chimera-linux --path data.json
Terminal window
# Download and extract the latest macOS binary
curl -sL https://github.com/AMS003010/Chimera/releases/latest/download/chimera-macos.zip -o chimera-macos.zip
# Unzip it
unzip chimera-macos.zip
# Give it executable permissions
chmod +x chimera-macos
# Rename it
mv chimera-macos chimera-cli
# Chimera is ready to use ✨
./chimera-cli --path data.json http
Terminal window
# Download the latest .deb package
curl -s https://api.github.com/repos/AMS003010/Chimera/releases/latest | jq -r '.assets[] | select(.name | endswith("_amd64.deb")) | .browser_download_url' | xargs wget
# Install the package
sudo dpkg -i chimera-cli_*_amd64.deb
# Chimera is ready to use ✨
chimera-cli --path data.json http
Terminal window
# Clone the repo
https://github.com/AMS003010/Chimera.git
# Move to cloned repo
cd Chimera
# Build the executable
cargo install --path .
# Chimera is ready to use ✨
chimera-cli --path data.json http

Download the latest release for your platform.

OSArchCurrent (0.6.9)Previous (0.6.2)
Linuxx86_640.6.90.6.2
Windowsx86_640.6.90.6.2
macosx86_640.6.90.6.2
Debianx86_640.6.90.6.2