Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.argentos.ai/llms.txt

Use this file to discover all available pages before exploring further.

Update ArgentOS

argent update
This pulls the latest version and rebuilds. Your configuration and data are preserved.
If you need to validate a test release before it reaches production, use the Developer Branch install guide instead of the stable lane.

Manual Update

cd /path/to/argentos
git pull
pnpm install
pnpm build
After updating, restart the gateway:
argent gateway restart