-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ EN
中文 | English
No Apple developer certificate is purchased ($99/year), and ad-hoc signed apps downloaded from the internet are blocked by default. Fix:
xattr -cr /Applications/BIT.appOr go to System Settings → Privacy & Security → click "Open Anyway". Why it works: this deletes the quarantine flag; the signature itself is intact.
This happens because the app is not code-signed. Click "More info" → "Run anyway".
The risk is low (native Rust build, no packing, complete metadata), but being unsigned + low prevalence can indeed trigger heuristic false positives in a few engines. The portable single-file exe is more likely to be flagged than the MSI/NSIS installers. If you hit a false positive, submit a whitelist request to the vendor in question. A properly signed release is planned.
chmod +x BIT_0.5.6_amd64.AppImage && ./BIT_0.5.6_amd64.AppImageYes — install the deb via Crostini (Linux development environment), see Installation Guide.
Any reachable OpenAI Compatible / Gemini / Claude protocol endpoint: DeepSeek, Kimi, Qwen, Doubao, Ollama, LM Studio, one-api/new-api relays, etc. One provider is active at a time.
Some relay/local endpoints don't implement GET /v1/models. Just type the model name manually; chatting is unaffected.
This is an upstream max_tokens or balance limit. BIT normalizes finish_reason and explicitly marks the truncation; if it is an upstream configuration issue, raise the limit in the provider's console.
The error details are sent back to the model so it can self-correct (e.g. missing parameters, hallucinated tool names); the session is not interrupted.
The history window is trimmed in 8-message-aligned steps, keeping the prefixes of consecutive requests byte-identical so the provider's prompt cache is hit (lowering cost and latency). ≥80% is shown in green.
Off by default; no port is listened on. You need to enable it explicitly on the "Remote" page. See Remote Access and API.
After launch BIT checks automatically and downloads silently; an update pill appears in the title bar — click it to install. Quitting via the tray also applies the update automatically. See Auto Update.
Yes, and it can overwrite tools it created itself under the same name; system tools and remote tools cannot be overwritten. See Tool System.
MCP servers using the Streamable HTTP protocol are supported; see MCP Integration for configuration.
bit tui, supporting all core capabilities — sessions, tools, memory, and more — running in parallel with the desktop app. See TUI Terminal Mode.
Everything is persisted under the data directory (sessions, tools, memory, audit logs, and configuration are all local JSON). Per-platform paths are listed in MCP Integration.
Copy the whole data directory (ai_config.json contains the API Key — keep it confidential).
The winget install yxpil.bit submission is still under Microsoft review; use Scoop or download the installer directly for now.
中文
- 首页
- 使用:安装指南 · 芯片与操作系统支持 · 快速上手 · 对话功能 · TUI-终端模式 · FAQ
- 进阶:工具系统 · MCP-集成 · 记忆与技能 · 远程访问与-API · 自动更新 · 审计日志
- 参与:开发与构建
English
- Home
- Usage: Installation Guide · Chips & OS Support · Quick Start · Chat Features · TUI Terminal Mode · FAQ
- Advanced: Tool System · MCP Integration · Memory & Skills · Remote Access & API · Auto Update · Audit Log
- Development: Development & Build