Local AI
Works with Ollama, LM Studio, and other local model backends. Your code stays on your machine.
AutoShip is a local-first, AI-assisted toolkit that helps you clean, verify, commit, and ship code without sending your codebase to the cloud.
pip install autoship
Get Started
Works with Ollama, LM Studio, and other local model backends. Your code stays on your machine.
Generate conventional commit messages from staged changes and review before applying.
Run autoship clean, verify, and upload with configurable tool paths and SHA256 checks.
Extend AutoShip with plugins for security scans, docker shipping, web search, and more.
Team configs, structured audit logs, SIEM forwarding, and multi-language CLI support.
Editor allowlists, command allowlists, env-var overrides, and telemetry endpoint validation.
# 1. Initialize
autoship init
# 2. Clean and format
autoship clean
# 3. Verify
autoship verify pytest
# 4. Commit with AI-generated message
autoship commit
# 5. Upload artifacts
autoship upload --target pypi
Use the AutoShip SDK to build and publish your own plugins in minutes.
pip install autoship-sdk
autoship-sdk create my-plugin
Browse the Plugin Registry to discover community and verified plugins.