一键导入
clarus-llm-setup
Start the local LLM server for the clarus explain step. Use when Dispatch Brief generation fails or when the explain stage is needed in the demo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start the local LLM server for the clarus explain step. Use when Dispatch Brief generation fails or when the explain stage is needed in the demo.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run the clarus end-to-end demo pipeline (14 stages) or the document compliance / maritime security demos. Use when verifying the full pipeline or preparing a demo for reviewers.
Run the clarus Tauri desktop application locally. Use when developing or testing the GUI.
Set up clarus development environment — Rust toolchain, Node.js, Tauri CLI, and edgesentry-rs sibling checkout. Use when onboarding a new machine or when the build environment is broken.
| name | clarus-llm-setup |
| description | Start the local LLM server for the clarus explain step. Use when Dispatch Brief generation fails or when the explain stage is needed in the demo. |
| license | Apache-2.0 |
| compatibility | Requires llama.cpp installed (brew install llama.cpp on macOS) |
| metadata | {"repo":"clarus"} |
cd scripts && ./run_llama.sh
Starts llama-server at http://localhost:8080.
Default model: bartowski/Llama-3.2-3B-Instruct-GGUF
Then pass --llm-url http://localhost:8080 to eds explain run.