Drydock

A local-first, provider-agnostic terminal coding agent for your own LLM.

No accounts, no telemetry, no cloud — your code and credentials never leave your machine.

Apache-2.0 · clean-room 100% local Windows · macOS · Linux pip · drydock-cli
$ pip install drydock-cli
$ drydock  # autodetects your local model server
19+
built-in tools
14
bundled skills
0
telemetry calls
100%
on your machine

Everything an agent needs — on your machine

A full agentic CLI harness in a Textual TUI: scrolling transcript, collapsible tool & reasoning cards, a live activity line. The model drives every tool below autonomously — all clean-room, dependency-free (nothing beyond openai + textual).

🗂️

Files & shell

Read (with a structure index for huge files), Write, Edit, Bash, Glob, Grep — with advisory write guards.

👁️

Vision

Point at an image — a screenshot, mockup, or diagram — and a vision model sees it. The agent can also Screenshot your screen and read it back.

🔀

Version control

First-class GitStatus / GitDiff / GitLog / GitCommit — structured and truncated; commits are local and reversible.

🌐

Internet search

WebSearch + WebFetch bring live results and pages into context — and degrade cleanly offline.

📚

GraphRAG knowledge base

Ingest your docs — text, PDF, Word, STIG checklists — with /graphrag build; the agent retrieves facts via the Knowledge tool.

🧭

Multi-agent

Dispatch runs read-only sub-agents in parallel, each in a fresh context, for focused investigation.

🧠

Second-model advisor

Wire in a stronger model (e.g. Gemini, any OpenAI-compatible endpoint) with /advisor; the agent consults it when stuck.

🔌

MCP support

Connect Model Context Protocol servers; their tools appear as mcp__server__tool — works with third-party servers like Graphify.

🛡️

Governed reliability

A deterministic controller wraps the loop: the objective survives context compaction, a verification gate blocks a self-declared "done" until a check passes, and every run leaves a durable trace (/events).

Local-first, by design

Drydock is an original, Apache-2.0, clean-room codebase owned end to end.

  • The only outbound calls are to the model endpoint you configure and (optionally) the web tools you invoke.
  • No telemetry, no phone-home, no hardcoded third-party hosts, no credential transmission — ever.
  • A credential-exfiltration scanner gates every release and blocks anything reaching off-box.
  • Safety is advisory, never blocking: catastrophic commands are refused; sensitive ones prompt Allow / Always / Deny.

Bundled skills

Reusable /<name> commands — author your own as markdown, or use the built-in families for compliance and ML engineering.

⚖️

NIST governance

Defensive, clean-room skills for AI & cyber risk management.

/nist-ai-rmf/nist-csf
📋

RMF & STIG automation

Ingest the NIST 800-53 catalog and DISA STIG benchmarks; assess, remediate, and export POA&Ms — 100% local for CUI.

/rmf-*/stig-*
🔬

ML engineering

PyTorch workflows: training, full & LoRA fine-tuning, metrics (F1 · MCC · ROC-AUC), RL, and data prep.

/ml-train/ml-finetune/ml-metrics/ml-debug/ml-rl/ml-data

Runs on your hardware

Provider-agnostic — any OpenAI-compatible endpoint (llama.cpp, vLLM, Ollama, LM Studio). Tuned against dense Gemma-4-31B (QAT, 64K) on a single workstation; first launch autodetects a local model server with no account or API-key prompt.

Tools  Read · Write · Edit · Bash · Glob · Grep · ViewImage · Screenshot · todo · task · Dispatch · GitStatus · GitDiff · GitLog · GitCommit · WebSearch · WebFetch · Knowledge · BuildKnowledge · mcp__<server>__<tool>

Commands  /help · /model · /cwd · /undo · /back · /compact · /context · /graphrag · /events · /shell · /skills · /loop · /mcp · /advisor · /ask · /status · /clear · /quit

Or just ask the agent — "how do I add my own docs?" — it knows its own commands.