Install

Get OwlCoda running on macOS, Linux, or Windows-WSL in under 5 minutes.

OwlCoda is currently distributed as source. npm / Homebrew / standalone binary are planned for 1.0.

Prerequisites

Steps

git clone https://github.com/yeemio/owlcoda.git
cd owlcoda
npm install
npm run build
npm link             # exposes `owlcoda` globally

This usually means your global npm prefix is not writable.

Verify the install

owlcoda --version
owlcoda doctor

owlcoda doctor checks Node version, the local runtime reachability, and configured models. See Troubleshooting for what to do when a check fails.

Next

Configure your first backend in Configure providers.