Skip to content
Discussion options

You must be logged in to vote

Depends on how you installed:

  • Installer (install.sh): use the in-app updater (App Settings, System, Updates). It pulls, builds, and restarts the service, and the progress survives the restart. Re-running the installer script with update does the same from the shell.
  • npm: npm install -g aicodeman@latest
  • git clone: git pull && npm install && npm run build, then restart however you run it.

No hard refresh needed afterwards; assets are cache-busted automatically. The one known exception is iOS Safari, which sometimes clings to old JS until you fully close the tab (not just switch away) and reopen it.

Release notes for every version are on the releases page, and each one credits the people w…

Replies: 1 comment

Comment options

Ark0N
Aug 15, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by Ark0N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant