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/orcaor
Install via npx
npx @hexmos/ipm i stablyai/orcaPrerequisites
git
clicurl
cliHomebrew
package managerVersion: >=3.0.0
yay
package managerVersion: >=10.0.0
adb
cliVersion: >=1.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS (Homebrew)
brew install --cask stablyai/orca/orcaArch Linux (AUR)
yay -S stably-orca-binDownload 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/OrcaDownload 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/OrcaDownload 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 /SILENTDownload 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.AppImageDownload 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.AppImageDownload 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 -yDownload 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 -yDownload 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.rpmDownload 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.rpmInstall 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