Relicta
Download Use in CI

AI-powered release management

Ship clean releases without the release-day scramble

Relicta reads your commits, calculates the right semantic version, writes polished notes, and publishes across your channels. One CLI for the entire release workflow.

Works with GitHub, npm, Slack, and more Supports OpenAI, Anthropic, Gemini, Azure, Ollama
$ relicta plan
• Current: v1.2.3
• Next:    v1.3.0 (minor)
• Commits: 14

$ relicta notes --ai
✓ Release notes drafted
✓ Changelog updated

$ relicta publish
✓ Tag v1.3.0 created
✓ GitHub release posted
✓ npm package published
✓ Slack notified
Designed for modern teams that care about release quality.

Why teams choose Relicta

Automate the boring parts, keep humans in control

Relicta combines conventional commits, AI summaries, and an approval flow so you can ship confidently every time.

Core workflow

  • Semantic versioning from conventional commits
  • AI-generated notes with tone control
  • Approval gate before publishing
  • Dry runs to preview changes safely

Integrations

  • GitHub releases, npm, Slack, LaunchNotes plugins
  • Supports OpenAI, Anthropic, Gemini, Azure, Ollama
  • GitHub Action for zero-install CI
  • Extensible via gRPC plugin system

Automatic versioning

Relicta reads your history and calculates the correct semantic version, including prereleases and build metadata.

AI-grade release notes

Generate polished notes with your preferred AI provider (OpenAI, Anthropic, Gemini, Azure, Ollama) and keep them consistent.

Pluggable publishing

Ship to GitHub releases, npm, Slack, LaunchNotes, and more via gRPC plugins. Extend with your own targets.

Approval workflow

Plan, review, and approve before publishing. Dry runs let you see every change without touching your repo.

CI-first

Use the GitHub Action for zero-install pipelines or run the binary directly. Checksums included for every release.

Friendly CLI

Guided setup, JSON output for automation, and sensible defaults so you get value in minutes.

Demo the flow

Everything from planning to publishing in one CLI

Try the core commands locally or wire them into your pipeline. The output stays predictable and copy-paste ready.

Local CLI
$ relicta plan
✓ Detects next version from commits
✓ Shows diff, change types, and release type

$ relicta notes --ai
✓ Generates release notes and changelog
✓ Uses your preferred AI provider

$ relicta approve
✓ Locks the plan with auditability

$ relicta publish
✓ Tags repo, runs plugins, posts release
GitHub Action
name: Release
on:
  push:
    branches: [main]

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: relicta-tech/relicta-action@v2
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          ai-provider: openai
          publish: true

Zero-install CI: the action downloads the right binary, verifies checksums, and runs the full workflow.

See it in action

Release checklist and approvals at a glance

A quick peek at how Relicta keeps releases auditable and predictable.

Relicta CLI run showing plan, notes, and publish steps
Release checklist
Tests passed
Changelog updated
Approval pending
Publish to GitHub + npm
Approvals
FG Felix approved · 10:24
SK Sarah reviewing…
Audit-ready context for every release.

Get started fast

Install the CLI

Pick your path: Homebrew, direct download, or Go install.

Homebrew

brew install relicta-tech/tap/relicta

Direct download

curl -L https://github.com/relicta-tech/\
relicta/releases/latest/download/relicta_\
Darwin_aarch64.tar.gz | tar xz
sudo mv relicta_Darwin_aarch64/relicta /usr/local/bin/

Go install

go install github.com/relicta-tech/relicta/cmd/relicta@latest

Workflow

Plan → Notes → Approve → Publish

1

Plan

Analyze commits, detect the right bump, and preview what will ship.

2

Generate notes

Draft changelog entries and release notes with AI tone control.

3

Approve

Lock in the plan, capture approver context, and keep an audit trail.

4

Publish

Create tags, release artifacts, and trigger plugins for your channels.

For stakeholders

Less release risk, more confidence

Relicta shortens release prep, reduces hotfixes, and keeps an audit trail so leadership and compliance teams stay aligned.

Business outcomes

  • Predictable release cadence with fewer fire drills
  • Consistent changelogs for customers and internal teams
  • Lower engineer toil; more time for features

Trust & safety

  • Audit-friendly approval step with recorded decisions
  • Uses your AI keys; nothing stored server-side
  • Open source (MIT); transparent build artifacts

Need a demo?

Security review or SLA? Talk to us.

Ready to ship your next release?

Install Relicta and keep your releases consistent, auditable, and stress-free.