Install the CLI
CLI
Terminal window Terminal window Terminal window
Terminal window
Terminal window
The CLI is a single binary. Install it with one command for your platform.
Install
Section titled “Install”curl -fsSL https://archcore.ai/install.sh | bashirm https://archcore.ai/install.ps1 | iexInstalls archcore.exe under %LOCALAPPDATA%\Programs\archcore and adds it to your user PATH. Open a new PowerShell window after install so the PATH change is picked up. Requires PowerShell 5.1+ (ships by default on Windows 10/11).
If you prefer a Linux environment on Windows, install WSL and run inside it:
curl -fsSL https://archcore.ai/install.sh | bashVerify
Section titled “Verify”archcore --versionYou should see a version string. If the binary isn’t on your PATH, see troubleshooting.
Update
Section titled “Update”archcore updateThis queries the GitHub release feed, downloads the binary for your OS and architecture, verifies the checksum, and updates in place.
Next steps
Section titled “Next steps”- Quick start — initialize a project and create your first document.
archcore init— a deep dive into what initialization does.- Commands — the full command reference.