本地安装
在开发机上安装并运行 daemon、CLI 和原生工具。
Carina 默认运行在开发机或你控制的内部 runner 上;local-first 是基线形态。
# 发布安装器curl -fsSL https://carina.nebutra.com/install.sh | sh
# 从源码安装git clone https://github.com/nebutra/carina.gitcd carinamake installcarina daemon startcarina daemon statuscarina versioncarina doctor优先让 CLI 管理 daemon 生命周期,它会发现与 binary 相邻的 kernel 和 native tools。只有指向替代构建产物时才需要 -tools / -kernel;直接后台启动 carina-daemon 主要用于旧版或特殊打包布局。
| 类型 | 内容 |
|---|---|
| Config | profile、MCP server、BYOK provider credentials |
| State | session、审计段、补丁和 memory |
| Socket | 默认 ~/.carina/daemon.sock |
| Logs | daemon 诊断日志 |
实际路径以 carina doctor 和当前 release notes 的输出为准。
Reasoner
Section titled “Reasoner”- 只有存在已启用且可运行的 provider 时,运行时才会自动选择
model-router。 - model-router / BYOK 可通过
CARINA_REASONER_MODEL固定模型。 - 外部兼容后端必须显式设置
CARINA_REASONER_BACKEND=claude-cli或CARINA_REASONER_BACKEND=codex-cli。
可选 Gateway
Section titled “可选 Gateway”网络 listener 默认关闭。只有准备好签名密钥和显式 bind 时才开启 WebSocket / HTTP Gateway,完整约束见 Runtime API。
carina versioncarina doctor这个页面有帮助吗?
哪里有问题?
感谢反馈。
本次会话中每个页面仅记录一次投票。