web · cli · open source

ANNÁVE Tools.

Two open-source repos on GitHub — PDF engine and developer CLI — plus the free web converter at annave.tech/tools/pdf.

Open Source

ANNÁVE PDF Engine

Self-hosted document-to-PDF conversion

Single ~10 MB binary with embedded fonts. No Headless Chrome, no C dependencies, no external calls. Six-stage pipeline: normalise → parse → layout → paginate → render.

annavetech/annave-pdf-engine-golang
CLI

ANNÁVE PDF CLI

Part of ANNÁVE PDF Engine

Convert Markdown, DOCX, HTML, JSON, CSV and more to PDF from the terminal — file or stdin, output to file or stdout. No browser, no runtime dependencies.

annave pdf convert [file]
Open Source

ANNÁVE CLI

6-module developer engineering CLI

Log analysis, service health checking, Kubernetes cleanup, security audit, infrastructure validation and AWS cost monitoring — all in one static binary.

annavetech/annave-cli-golang
ANNÁVE CLI

Modules

DevOps

Log

Log analysis and anomaly detection

Find what's broken in your logs — no manual searching. Parses syslog, JSON, nginx and plain formats. Returns ranked findings with sample lines.

annave log analyze [file]
Infrastructure

Health

Service reachability checking

Know which services are reachable before you deploy. HTTP, TCP and DNS checks with configurable timeouts. Chain mode stops at the first failure.

annave health check [targets]
Security

Security

Secret scanning and SAST auditing

Surface misconfigurations and secrets before they reach production. Secret scanning, Go and TypeScript SAST, Kubernetes live and local manifest checks.

annave security audit [path]
Cloud

Cleanup

Kubernetes idle resource detection

See what Kubernetes resources you're paying for but not using. Detects idle pods, stale PVCs, orphaned ConfigMaps and empty namespaces. Read-only.

annave cleanup scan
DevOps

Infra

Infrastructure change validation

Validate infrastructure changes before apply. Flags destructive Terraform changes, unhealthy Helm releases, deprecated API versions and missing resource limits.

annave infra validate [target]
Cloud

Cost

AWS cloud cost anomaly detection

Spot AWS cost anomalies before your next bill. Daily spend by service, 7-day rolling anomaly detection and a 30-day forecast from Cost Explorer.

annave cost scan