Celerio Dev dev (v1.4.16)
Pre-release
Pre-release
Celerio Dev v1.4.16
Downloads
| Platform | File | Description |
|---|---|---|
| Windows | celerio-dev-windows-x64.exe |
Windows 64-bit executable |
| Linux | celerio-dev-linux-x64 |
Linux 64-bit executable |
| macOS (Intel) | celerio-dev-macos-x64 |
macOS Intel executable |
| macOS (Apple Silicon) | celerio-dev-macos-arm64 |
macOS M1/M2/M3 executable |
| All Platforms | skills.tar.gz |
Bundled skills archive |
Installation
Windows
- Download
celerio-dev-windows-x64.exeandinstall-windows.bat - Place both files in the same folder
- Run
install-windows.bat - Restart your terminal
Linux / macOS
# Download the appropriate binary for your system
# Make it executable and move to a directory in your PATH
# Example for macOS Apple Silicon:
chmod +x celerio-dev-macos-arm64
sudo mv celerio-dev-macos-arm64 /usr/local/bin/celerio-dev
# Or use the install script:
chmod +x install.sh
./install.shQuick Start
# Configure authentication
celerio-dev
# Get help
celerio-dev --help
# Start a conversation
celerio-dev "explain this codebase"What's New
See CHANGELOG for details.
Full Documentation: celerio.dev