Skip to content

ByteAsk/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteAsk CLI

ByteAsk — an AI coding agent for your terminal. Interactive, tool-using, and fast.

Install

macOS / Linux

curl -fsSL https://code.byteask.ai/install.sh | sh

Windows (PowerShell)

irm https://code.byteask.ai/install.ps1 | iex

Also on package managers:

pip install byteask         # or:  npx @byteask/cli

Then run byteask to start, or sign in first:

byteask login --email you@company.com

What's in this repo

This is the public distribution home for the ByteAsk CLI:

  • install.sh / install.ps1 — the installers (also served from code.byteask.ai).

  • byteask / byteask.ps1 — the CLI launcher.

  • Releases — each GitHub Release ships the byteask-engine binaries for every supported platform:

    Platform Asset
    Linux x86_64 byteask-engine-linux-x86_64.gz
    Linux arm64 byteask-engine-linux-arm64.gz
    macOS arm64 byteask-engine-darwin-arm64.gz
    Windows 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.

Updating

byteask --update

License

Proprietary — © ByteAsk. All rights reserved. See LICENSE. The engine binary bundles third-party open-source software; see THIRD_PARTY_NOTICES.md.

About

ByteAsk - the AI coding agent CLI

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors