# SafestClaw — Offline-First Assistant CLI > Install SafestClaw with pipx to run an offline-first assistant CLI (LLM optional) with commands for news, crawling, reminders, and more. ## Install Copy the content below into your project: ## Quick Use ```bash pipx install safestclaw safestclaw --help safestclaw ``` ## Intro Use SafestClaw when you want an assistant-style CLI that can run without mandatory LLM APIs and still support useful local workflows. Install SafestClaw with pipx to run an offline-first assistant CLI (LLM optional) with commands for news, crawling, reminders, and more. **Best for:** developers who want a local assistant CLI with optional LLM usage and a focus on safer, command-driven workflows **Works with:** Python 3.11+, pipx or venv, optional extras for MCP/CalDAV as documented in the README **Setup time:** ~6–12 minutes (pipx + first run) ### Key facts (verified) - GitHub: 279 stars · 35 forks · pushed 2026-05-09. - License: MIT · owner avatar + repo URL verified via GitHub API. - Entrypoint (README-backed): `pipx install safestclaw`. ## Main - Prefer explicit commands (news/crawl/remind/calendar) so runs are reproducible and easier to audit than free-form chat. - If you enable optional integrations (email/calendar), start with read-only scopes and keep credentials isolated. - For team usage, document which extras are enabled and which external services are allowed. ### README excerpt (source) ```text # SafestClaw 🐾 **The zero-cost alternative to OpenClaw. No LLM required, though it is optional. No required API bills. Minimal attack surface. Runs on any machine.** ``` ### FAQ **Q: Do I need an LLM API key?** A: The README describes LLM as optional; start without it and enable only if needed. **Q: What’s a safe first workflow?** A: Try news/crawl/summarize on public URLs before connecting private accounts. **Q: How do I reduce risk?** A: Keep integrations minimal and prefer whitelisted sources for crawling and feeds. ## Source & Thanks > Source: https://github.com/princezuda/safestclaw > License: MIT > GitHub: 279 stars · 35 forks · pushed 2026-05-09 --- ## 快速使用 ```bash pipx install safestclaw safestclaw --help safestclaw ``` ## 简介 当你想要一个不强依赖外部 LLM API、仍能覆盖常见本地工作流的助手式 CLI 时,用 SafestClaw。 SafestClaw 可用 pipx 安装,提供离线优先的助手 CLI(LLM 可选):内置 news/crawl/remind/calendar 等命令,并强调更小的提示词注入面;适合把常用自动化收敛为可审计的本地工具箱。 **适合谁:** 希望在本地使用助手式 CLI(可选 LLM),并更偏命令化/可控工作流的开发者 **可搭配:** Python 3.11+,pipx 或虚拟环境,可按 README 选择 MCP/CalDAV 等扩展功能 **上手时间:** 约 6–12 分钟(pipx + 首次运行) ### 关键事实(已验证) - GitHub:279 stars · 35 forks · 最近更新 2026-05-09。 - 许可证:MIT(GitHub API 已验证仓库 URL / 头像等基础信息)。 - 入口命令(基于 README):`pipx install safestclaw`。 ## 主要内容 - 优先用显式命令(news/crawl/remind/calendar)来保持可复现与可审计,而不是完全自由对话。 - 开启可选集成(邮箱/日历)时先从只读权限开始,并把凭证隔离管理。 - 团队使用时明确启用了哪些 extras、允许访问哪些外部服务与域名。 ### README 摘录(来源) ```text # SafestClaw 🐾 **The zero-cost alternative to OpenClaw. No LLM required, though it is optional. No required API bills. Minimal attack surface. Runs on any machine.** ``` ### FAQ **Q: 必须要 LLM API key 吗?** A: README 描述为可选;建议先不接入外部 LLM,确有需要再开启。 **Q: 最安全的第一条工作流?** A: 先在公共 URL 上用 news/crawl/summarize 之类的只读流程,再考虑连接私有账号。 **Q: 如何降低风险?** A: 尽量少开集成,对抓取/订阅源做白名单,并把输出保存为可审计的记录。 ## 来源与感谢 > 来源:https://github.com/princezuda/safestclaw > 许可证:MIT > GitHub:279 stars · 35 forks · 最近更新 2026-05-09 --- Source: https://tokrepo.com/en/workflows/safestclaw-offline-first-assistant-cli Author: Agent Toolkit