What's New in v0.1.1
Added
- One-line install script:
curl -fsSL https://codecora.dev/covecto/install | sh - Documentation site at https://codecora.dev/covecto/docs/
- Cloudflare Worker routing (docs + install)
📦 Binaries
Each archive contains two binaries:
covecto— CLI toolcovecto-api— HTTP API server
| Platform | File |
|---|---|
| Linux (x86_64) | covecto-x86_64-unknown-linux-gnu-v0.1.1.tar.gz |
| Linux (ARM64) | covecto-aarch64-unknown-linux-gnu-v0.1.1.tar.gz |
| macOS (Apple Silicon) | covecto-aarch64-apple-darwin-v0.1.1.tar.gz |
| Windows (x86_64) | covecto-x86_64-pc-windows-msvc-v0.1.1.zip |
🚀 Quick Start
# Install via cargo
cargo install covecto
# Or download binary
curl -fsSL https://github.com/codecoradev/covecto/releases/download/v0.1.1/covecto-x86_64-unknown-linux-gnu-v0.1.1.tar.gz | tar xz
# Vectorize an image
covecto input.png -o output.svg
# Start API server
covecto-apiFull changelog: https://github.com/codecoradev/covecto/blob/main/CHANGELOG.md