ByteAsk — an AI coding agent for your terminal. Interactive, tool-using, and fast.
macOS / Linux
curl -fsSL https://code.byteask.ai/install.sh | shWindows (PowerShell)
irm https://code.byteask.ai/install.ps1 | iexAlso on package managers:
pip install byteask # or: npx @byteask/cliThen run byteask to start, or sign in first:
byteask login --email you@company.comThis is the public distribution home for the ByteAsk CLI:
-
install.sh/install.ps1— the installers (also served fromcode.byteask.ai). -
byteask/byteask.ps1— the CLI launcher. -
Releases — each GitHub Release ships the
byteask-enginebinaries for every supported platform:Platform Asset Linux x86_64 byteask-engine-linux-x86_64.gzLinux arm64 byteask-engine-linux-arm64.gzmacOS arm64 byteask-engine-darwin-arm64.gzWindows x86_64 byteask-engine-windows-x86_64.exe.gz
The installers always fetch the newest published release
(releases/latest/download/…), so byteask --update and fresh installs get the
latest engine automatically.
byteask --updateProprietary — © ByteAsk. All rights reserved. See LICENSE.
The engine binary bundles third-party open-source software; see
THIRD_PARTY_NOTICES.md.