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.5.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.5-py3-none-win_amd64.whl (67.2 MB view details)

Uploaded Python 3Windows x86-64

byteask-0.1.5-py3-none-manylinux2014_x86_64.whl (65.4 MB view details)

Uploaded Python 3

byteask-0.1.5-py3-none-manylinux2014_aarch64.whl (58.8 MB view details)

Uploaded Python 3

byteask-0.1.5-py3-none-macosx_11_0_arm64.whl (54.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: byteask-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 d13dae9b4ad02de07f748843e5792550404a75b7088bde2a32be1132b160e833
MD5 ed3ec459ada1fce9d9de48fe9c41ae48
BLAKE2b-256 945a3f7009b463f738e9ce44535e487071896ea7212e97dd21ed78840adac06e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: byteask-0.1.5-py3-none-win_amd64.whl
  • Upload date:
  • Size: 67.2 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.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7ce66f0f70d7873e4db632bfebe1a5511665a03cb7f817fd51cd9916ad77995e
MD5 9ac4950d8a655edaccd511c21279d946
BLAKE2b-256 d4ae7670e54dad3a941fd9662e5839d17cb84fdd76b6a271b525530a4ce4fb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for byteask-0.1.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 03e45741f67544d7cae5c370bff0961ab9ed30d78faf852d3b0c54fa4a9bba3b
MD5 c3f809684afa50abf5d90dfe96ceab07
BLAKE2b-256 f611a0ba3bb90081a620ea7a09e8925c7bcc926b2379f2ebfa49fc560990c347

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for byteask-0.1.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4d7c9ebf6f546f030510b9ecc87b4988608f474009602cb7072c2f611565ab10
MD5 ffcedb4ab63c20f0a40b84054fea52a3
BLAKE2b-256 a3d176efc28fa9743b1631bd25eb303c54307e45c473fbd7928dfc7157472425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for byteask-0.1.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17b070f19a1fc19e590a6acd19e591b58a0a6f35997c17419b5a1519a93f38c1
MD5 5bf32d42982431d34927b5ea556f95cf
BLAKE2b-256 7bc90fa329655e3f3d2c121b38b90e02ea20b73e5696e001d0268fb5546cb7df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: byteask-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 4c50ea714a3c1e3bef0c68f64e4b22b776a35c6846ed1e7c03c319e288e45612
MD5 f7c8fa742f05cc9cc63302f8fa869772
BLAKE2b-256 38792ebcbed40c01dda651eb1d8252a4bbfc0ca6da0eb0fa1cfaf81e34edc7d2

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

0.1.8

6 files

0.1.7

6 files

0.1.6

6 files

This release

0.1.5 This release

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