Ship code with AI, stay local.

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

Features

Local AI

Works with Ollama, LM Studio, and other local model backends. Your code stays on your machine.

Smart Commits

Generate conventional commit messages from staged changes and review before applying.

Verified Toolchain

Run autoship clean, verify, and upload with configurable tool paths and SHA256 checks.

Plugin Ecosystem

Extend AutoShip with plugins for security scans, docker shipping, web search, and more.

Enterprise Ready

Team configs, structured audit logs, SIEM forwarding, and multi-language CLI support.

Safety First

Editor allowlists, command allowlists, env-var overrides, and telemetry endpoint validation.

A workflow that just works

# 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

Built for extension

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.