Skip to content

Releases: codecoradev/covecto

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 01:26

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 tool
  • covecto-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-api

Full changelog: https://github.com/codecoradev/covecto/blob/main/CHANGELOG.md

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 03:11

What's New in v0.1.0

Added

  • Dual-engine vectorization: pixel-exact and spline (vtracer)
  • CLI with recursive scan, glob patterns, output templates, dry-run
  • JSON output (--json, --json-pretty)
  • Progress bar (indicatif)
  • Rayon parallel batch processing
  • Streaming SVG output (write directly to disk)
  • REST API with /v1/vectorize, /v1/optimize, /v1/health, /v1/metrics
  • PDF and EPS export formats
  • SVG optimization (standalone and post-vectorize)
  • Built-in profiles: icon, logo, photo, lineart
  • Docker multi-stage build + CI-based binary image (GHCR)
  • GitHub Actions CI (check, format, clippy, test, build)
  • GitHub Actions release (cross-compile, crates.io, Docker)
  • OpenAPI 3.1 specification
  • VitePress documentation site (14 pages)
  • Cloudflare Pages auto-deploy workflow

Contributors

📦 Binaries

Each archive contains two binaries:

  • covecto — CLI tool
  • covecto-api — HTTP API server
Platform File
Linux (x86_64) covecto-x86_64-unknown-linux-gnu-v0.1.0.tar.gz
Linux (ARM64) covecto-aarch64-unknown-linux-gnu-v0.1.0.tar.gz
macOS (Apple Silicon) covecto-aarch64-apple-darwin-v0.1.0.tar.gz
Windows (x86_64) covecto-x86_64-pc-windows-msvc-v0.1.0.zip

🚀 Quick Start

# Install via cargo
cargo install covecto

# Or download binary
curl -fsSL https://github.com/codecoradev/covecto/releases/download/v0.1.0/covecto-x86_64-unknown-linux-gnu-v0.1.0.tar.gz | tar xz

# Vectorize an image
covecto input.png -o output.svg

# Start API server
covecto-api

Full changelog: https://github.com/codecoradev/covecto/blob/main/CHANGELOG.md