Docs/Policies & Public Pages/Installation Guide

Installation Guide

Windows

  • Double-click CodePus-Setup-x.y.z.exe
  • Choose target dir (default %LOCALAPPDATA%\CodePus)
  • Optional: "Add to PATH"
  • Done
  • macOS

  • Open .dmg
  • Drag into Applications
  • First run: right-click โ†’ Open (bypass unsigned warning)
  • Linux (Debian/Ubuntu)

    sudo dpkg -i codepus_x.y.z_amd64.deb sudo apt-get install -f 

    Linux (RHEL/Fedora)

    sudo rpm -i codepus-x.y.z.x86_64.rpm 

    AppImage

    chmod +x CodePus-x.y.z.AppImage ./CodePus-x.y.z.AppImage 

    First launch

  • Pick theme & language
  • Sign in โ†’ Device Authorization
  • Pick default model provider
  • Uninstall

  • Windows: Control Panel โ†’ Programs
  • macOS: drag CodePus.app to Trash
  • Linux: sudo apt remove codepus / sudo rpm -e codepus