Skip to main content

Get Started

Let's get started with Open Cuak in less than 5 minutes.

👉 Start Local Production Build

  1. (optional) Make sure you have brew for package management

    works on Mac and Linux. For Windows, use WSL2 for now.

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    # (optional) on Linux, if `brew` command is not available in terminal, use this to register `brew`
    test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
    test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
    echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc

    # (optional) verify the successful installation of `brew`
    brew doctor
  2. Install Open-CUAK package

    brew install Aident-AI/homebrew-tap/open-cuak

    # or use this to update to the latest version
    brew update && brew upgrade Aident-AI/homebrew-tap/open-cuak
  3. Start Open-CUAK services

    downloading images can take a while (Sorry! We will optimize this soon.)

    open-cuak start
  4. Ta-da! It is now ready locally at http://localhost:11970.

    Don't forget to go to the ⚙️ Configurations page to set your OpenAI or other major model API key to chat with Aiden!