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

Uploaded Python 3Windows x86-64

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

Uploaded Python 3

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

Uploaded Python 3

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

Uploaded Python 3macOS 11.0+ ARM64

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: byteask-0.1.6.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.6.tar.gz
Algorithm Hash digest
SHA256 7551258ab856362f771fad637dbe3764e49ce61ad659784ddab603c59ee41bf2
MD5 44c5b2d461e17a25e4fcdc5c71562484
BLAKE2b-256 41c89c4acdca680170d45df85a7056e1a6865086054fd243945e775623d2b7d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: byteask-0.1.6-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.6-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 4ce1306a74a6264d56829105b4d249984faedf8b8372766540c4dd1aa4daa416
MD5 23bde8f633864263b38f1aa840ea9fb6
BLAKE2b-256 9e92d4372d2c7d0daa9adb2147e4556af0ea633459323742d77eeb3b0bb31c09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for byteask-0.1.6-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87b0755fcf2ffbf63f589892540e3adec3e1c8121f72363bedc8caf1f0e1679d
MD5 8ae64dc925f0fadfc1aef9c632c2a6b0
BLAKE2b-256 e967326b95a9cea9437f42026a0a7963465b9f083e3a56ac43bfe95f9fccef60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for byteask-0.1.6-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7aba14a52437e17ee982161174bdb28a305ee7d04eefaff2b5628cea84c8b7a1
MD5 f08adbf4697a6fe44fd61a9d80f536d4
BLAKE2b-256 df3b480b6be462afd8b7dca3bcd4ec6ef898ad4f1d4ee37e821f8870f1aa1912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for byteask-0.1.6-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12df80fc260614044c96ca37edbb81d9c28bdeea3d70cdcac40460d3ce3495e5
MD5 4bc162628b0c52a6e339f7bd906c9b50
BLAKE2b-256 aabdea328885cf001b61ba505088073536e6068890e1900cfbdd284c2189202c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: byteask-0.1.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e5bf92e2c9e8fc6234d4e1ca8583249d6788e7b990cf6b097d4dacf5e3f50c83
MD5 ccd8046cdddc16a9b2c42dc0b861605b
BLAKE2b-256 2576790bc3c627d171b518eadbebd32d4127ef9c7c02e1b6bccf0c9388b74a7f

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

This release

0.1.6 This release

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