logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install stablyai/orca. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

stablyai/orca Installation Guide

How to install stablyai/orca. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for stablyai/orca. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i stablyai/orca
or

Install via npx

npx @hexmos/ipm i stablyai/orca

Prerequisites

git

cli

curl

cli

Homebrew

package manager

Version: >=3.0.0

yay

package manager

Version: >=10.0.0

adb

cli

Version: >=1.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

macOS (Homebrew)

brew install --cask stablyai/orca/orca

Arch Linux (AUR)

yay -S stably-orca-bin

Download Desktop Application (macOS)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-macos-arm64.dmg -o orca-macos-arm64.dmg

sudo hdiutil attach orca-macos-arm64.dmg

sudo cp -R /Volumes/Orca/Orca.app /Applications/Orca.app

sudo hdiutil detach /Volumes/Orca

Download Desktop Application (macOS Intel)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-macos-x64.dmg -o orca-macos-x64.dmg

sudo hdiutil attach orca-macos-x64.dmg

sudo cp -R /Volumes/Orca/Orca.app /Applications/Orca.app

sudo hdiutil detach /Volumes/Orca

Download Desktop Application (Windows)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-windows-setup.exe -o orca-windows-setup.exe

orca-windows-setup.exe /SILENT

Download Desktop Application (Linux AppImage)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-linux.AppImage -o orca.AppImage

chmod +x orca.AppImage

./orca.AppImage

Download Desktop Application (Linux AppImage ARM64)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-linux-arm64.AppImage -o orca.AppImage

chmod +x orca.AppImage

./orca.AppImage

Download Desktop Application (Linux DEB)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-ide_1.4.95_amd64.deb -o orca.deb

sudo dpkg -i orca.deb

sudo apt-get install -f -y

Download Desktop Application (Linux DEB ARM64)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-ide_1.4.95_arm64.deb -o orca.deb

sudo dpkg -i orca.deb

sudo apt-get install -f -y

Download Desktop Application (Linux RPM)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-ide-1.4.95.x86_64.rpm -o orca.rpm

sudo rpm -i orca.rpm

Download Desktop Application (Linux RPM ARM64)

curl -L https://github.com/stablyai/orca/releases/latest/download/orca-ide-1.4.95.aarch64.rpm -o orca.rpm

sudo rpm -i orca.rpm

Install Mobile Companion (iOS)

open "https://apps.apple.com/us/app/orca-ide/id6766130217"

Install Mobile Companion (Android)

curl -L https://github.com/stablyai/orca/releases/download/mobile-android-v0.0.15/app-release.apk -o app-release.apk

adb install app-release.apk