One CLI to rule them all.
Polymetrics builds local-first data infrastructure for developers and AI agents: ETL, embedded DuckDB SQL, reverse ETL, scheduling, and agent-safe automation behind one Go binary.
| Project | What it does |
|---|---|
polymetrics-ai/cli |
Local-first ETL and reverse-ETL CLI with native Go connectors and a structured JSON contract for agents. |
go install polymetrics.ai/cmd/pm@latest
pm init
pm connectors listOperational data work should not require a hosted control plane before the first useful run. Polymetrics keeps credentials local, extracts data into a queryable local warehouse, runs SQL close to the developer, and only writes back through explicit approval gates.
That makes the same workflow usable from a laptop, cron, CI, a container, or an LLM agent loop.
- Website: cli.polymetrics.ai
- Documentation: cli.polymetrics.ai/docs
- Releases: github.com/polymetrics-ai/cli/releases
- Issues: github.com/polymetrics-ai/cli/issues
The Polymetrics CLI is public, inspectable, and designed for local-first
automation. Contributions are welcome through issues and pull requests in
polymetrics-ai/cli.