Skip to main content

ByteAsk

An AI coding agent for your terminal. Like Claude Code or Codex, byteask drops a capable agent into your shell — an interactive TUI, real tool use, and first-class C/C++ tooling — talking to the self-hosted ByteAsk gateway.

PyPI npm Python

$ byteask

That's it — one command drops you into an interactive session, the same way claude or codex do. First run signs you in; after that, just type.


Install

Pick whichever fits your setup — they all install the same native engine and share one runtime, so switching between them is free.

pip

pip install byteask

uv

uv tool install byteask     # or:  uv pip install byteask   /   uvx byteask

npm

npm install -g @byteask/cli
# or, no install:
npx @byteask/cli

Shell (Linux / macOS)

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

PowerShell (Windows)

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

The pip, uv, and npm packages bundle the native engine for your platformpip install / npm i gets you a working tool with no extra download. (On a platform without a prebuilt binary they fall back to fetching it once.) The installed command is byteask on every path.


Quickstart

# 1. Sign in (magic link to your email) — or just run `byteask`, it onboards you.
byteask login --email you@company.com

# 2. Start coding, interactively:
byteask

# 3. Or one-shot a question against the current repo:
byteask "explain what this service does and where the entrypoint is"

Inside the session, type your task in plain English. The agent reads files, runs tools, and proposes edits — you stay in control of what it applies.


Commands

Command What it does
byteask Open the interactive agent (the default)
byteask "…" Run a one-shot prompt against the current directory
byteask login Sign in (magic link → token)
byteask logout Sign out on this machine
byteask --update Update to the latest engine
byteask --version Print the version

Inside the TUI, slash commands include /login, /logout, /usage (your quota), /upgrade (Pro / Max), /referral-code, and /status.


What you get

  • Interactive TUI — a real terminal agent, not a chat box: it navigates the repo, runs commands, and shows diffs before applying.
  • First-class C/C++ tooling — 16 native tools wired in: Compiler Explorer (godbolt), gdb/lldb, ASan/UBSan/valgrind, clang-tidy, clang-format, clangd navigation, perf/callgrind, quick-bench, cppinsights, objdump/nm/readelf, Intel intrinsics lookup, and more. The agent reaches for them on the tasks that need them.
  • Web search built in.
  • Zero data retention — your prompts and code are not used to train models.
  • Usage that's visible/usage shows exactly where you stand; upgrade in-app with /upgrade.

Platforms

OS Architecture libc
Linux x86_64, arm64 glibc
macOS Apple Silicon (arm64)
Windows x86_64

Alpine / musl isn't supported (a core dependency ships no musl build). On Alpine, use WSL or a glibc base image.


How it works

byteask is a thin client. The intelligence and your account live behind the ByteAsk gateway; the local binary is the agent runtime plus a small launcher that handles sign-in, updates, and your config in ~/.byteask. Your model key never touches your machine.


Links

© ByteAsk. All rights reserved.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

byteask-0.1.8.tar.gz (5.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

byteask-0.1.8-py3-none-win_amd64.whl (67.9 MB view details)

Uploaded Python 3Windows x86-64

byteask-0.1.8-py3-none-manylinux2014_x86_64.whl (66.9 MB view details)

Uploaded Python 3

byteask-0.1.8-py3-none-manylinux2014_aarch64.whl (59.1 MB view details)

Uploaded Python 3

byteask-0.1.8-py3-none-macosx_11_0_arm64.whl (55.1 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

byteask-0.1.8-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file byteask-0.1.8.tar.gz.

File metadata

  • Download URL: byteask-0.1.8.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for byteask-0.1.8.tar.gz
Algorithm Hash digest
SHA256 e91d66e19bd623f803f88c5f2b65b4421208ce029a09321ca6ec82b9e7fa6e8b
MD5 79aa4e4cd962520cf89db12e9f61bf3f
BLAKE2b-256 c5ee22a6b1be949908d13251fec2b8339ee7e51ef4d2bd736ab7dea5caa711fc

See more details on using hashes here.

File details

Details for the file byteask-0.1.8-py3-none-win_amd64.whl.

File metadata

  • Download URL: byteask-0.1.8-py3-none-win_amd64.whl
  • Upload date:
  • Size: 67.9 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for byteask-0.1.8-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 8301346bc8a3f154709c9401efc870ddf8e8450b075f079d52391a93162aed2f
MD5 eb774333d0660f4f183d149d54e49c83
BLAKE2b-256 a5b1a98fc5f0380806edbfc16ba8f259763c91e3b9e3d7402324f6d8233a542e

See more details on using hashes here.

File details

Details for the file byteask-0.1.8-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for byteask-0.1.8-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d71599290c89697b9e5e94fb0ec06da6745d322435bf7279247bdbb9869cca9
MD5 9737a754de045baaa4241719e5dcf462
BLAKE2b-256 cd074aca3bd83d5f08565b1aa2ba28242cd7a0db6245125fdcccf9ef430a344c

See more details on using hashes here.

File details

Details for the file byteask-0.1.8-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for byteask-0.1.8-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aed0bd11fc16f56d94585e36883c2ed615c2e26fac6ca4ba005b9d05a465b21e
MD5 58868c4aae2ae2ca5d7a064c0837e0cc
BLAKE2b-256 2c8909c1960d0bf5c2a0924d0971675a654a323167368466d38d24166fc7c59a

See more details on using hashes here.

File details

Details for the file byteask-0.1.8-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for byteask-0.1.8-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a93753ba4157b7a0180e34bfdb4943ef293670b333bb9c22ad4359dadf5200e
MD5 dbd80d423c1b5f22cd50f054192e032a
BLAKE2b-256 c825378d6381ded390dfbdd9607937475b218eace5fc6eff3ad91a45e76a6718

See more details on using hashes here.

File details

Details for the file byteask-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: byteask-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.2

File hashes

Hashes for byteask-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 b70ead37acc04610b7be197ecfcb41eceebd42794147228ee5582593f972b5aa
MD5 b117d14c7c19d8cf8df2d8218405329b
BLAKE2b-256 47bdb95d58a59a00ee8b4d3d41cd3f125cc8d0a20309be464e9995bd2483a498

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.11

6 files

0.1.10

6 files

0.1.9

6 files

This release

0.1.8 This release

6 files

0.1.7

6 files

0.1.6

6 files

0.1.5

6 files

0.1.4

2 files

0.1.3

6 files

0.1.1

6 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page