🇺🇸 English | 🇷🇺 Русский
Docker-native agent platform with centralized updates, scripted installation, and tag-driven releases.
Nagient is designed for predictable installation and updates on Linux, macOS, and Windows.
curl -fsSL https://ngnt-in.ruka.me/install.sh | bashirm https://ngnt-in.ruka.me/install.ps1 | iexdocker pull docker.io/parampo/nagient:latestThe installer creates a local runtime in ~/.nagient and starts Nagient via Docker Compose.
After installation, use one short control command instead of long Docker Compose commands:
nagient helpDetailed documentation:
- English index: docs/README.md
- Russian index: docs/README.ru.md
Use the shortcut command:
nagient updatepowershell -ExecutionPolicy Bypass -File "$HOME/.nagient/bin/nagient.ps1" updateRemove installation:
nagient removepowershell -ExecutionPolicy Bypass -File "$HOME/.nagient/bin/nagient.ps1" removeTo remove all local runtime data, set NAGIENT_PURGE=true before running uninstall.
- Run installer for your platform.
- Run
nagient setup. - Use
nagient pathsto inspect aliases such as@config,@secrets,@prompts, and@tools. - Use
nagient chatfor a direct CLI console session with the configured provider. - Run short commands:
nagient up
nagient status
nagient logsnagient up|down|restartnagient status|doctor|preflight|reconcilenagient logs [service]nagient update|remove
nagient init,nagient help,nagient paths,nagient plugins,nagient preflight,nagient reconcile,nagient servenagient setup,nagient chatnagient transport list|test|scaffoldnagient provider list|scaffold|modelsnagient auth status|login|complete|logoutnagient tool list|scaffold|invokenagient interaction list|submit,nagient approval list|respondnagient update check,nagient manifest render,nagient migrations plannagient agent turn --request-file ...
Full command reference with flags is in docs/README.md.
flowchart LR
A[Install script] --> B[~/.nagient]
B --> C[docker compose up -d]
C --> D[entrypoint]
D --> E[nagient reconcile]
E --> F[nagient serve]
F --> G[state and logs]
- Architecture (EN): docs/architecture.md
- Architecture (RU): docs/architecture.ru.md
- License: LICENSE