adamai-cli
v0.1.13
Published
Thin AdamAI installer and runtime CLI.
Readme
AdamAI CLI
Thin public installer for AdamAI. The npm package is intentionally small: it
does not contain the AdamAI release archive. adamai install downloads the
latest release asset from GitHub Releases or a configured CDN.
Install
Requires Node.js/npm. If the machine does not have Node.js yet, use the bootstrap installer instead:
curl -fsSL "https://raw.githubusercontent.com/KingMinerThailand/adamai-release/main/install.sh" | bashWindows PowerShell:
irm "https://raw.githubusercontent.com/KingMinerThailand/adamai-release/main/install.ps1" | iexnpm install -g adamai-cli
adamai install
adamai startnpm install -g adamai-cli only installs the adamai command. Run
adamai install to download the AdamAI runtime, then adamai start to launch
the local Hub.
If you installed locally with npm install adamai-cli, run:
npx adamai install
npx adamai startCommands
adamai install
adamai update
adamai start
adamai doctor
adamai open
adamai uninstallOptions
adamai install --dir ~/AdamAI --profile starter
adamai install --release-url https://example.com/adamai-local-beta.tgz
adamai update --profile automation --with-n8n
adamai start --port 3204
adamai open --port 3204
adamai uninstall --dir ~/AdamAIEnvironment overrides:
ADAMAI_RELEASE_URL=https://example.com/adamai-local-beta.tgz
ADAMAI_RELEASE_REPO=KingMinerThailand/adamai-release
ADAMAI_INSTALL_DIR=~/AdamAI
ADAMAI_INSTALL_PROFILE=starter