Skip to content

Celerio Dev dev (v1.4.16)

Pre-release
Pre-release

Choose a tag to compare

@alegoru alegoru released this 04 Jun 08:55

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

  1. Download celerio-dev-windows-x64.exe and install-windows.bat
  2. Place both files in the same folder
  3. Run install-windows.bat
  4. 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.sh

Quick 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