Relicta 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.

Latest CLI: v2.4.0 20 official plugins for GitHub, npm, Docker, PyPI, and more Supports OpenAI, Anthropic, Gemini, Azure, Ollama
Relicta CLI run showing plan, notes, and publish steps
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

  • 20 official plugins: GitHub, GitLab, npm, PyPI, Docker, Homebrew, and more
  • Supports OpenAI, Anthropic, Gemini, Azure, Ollama
  • GitHub Action for zero-install CI
  • Extensible via gRPC plugin SDK

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 20+ targets: GitHub, GitLab, npm, PyPI, Docker, Homebrew, Slack, Teams, and more. Build custom plugins with the gRPC SDK.

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.

Ecosystem

20 Official Plugins

Publish to every major platform with zero configuration. All plugins are open source and installable via the CLI.

Version Control

  • github - Create releases & upload assets
  • gitlab - Create GitLab releases

Notifications

  • slack - Slack channel notifications
  • discord - Discord webhook messages
  • teams - Microsoft Teams cards

Package Managers

  • npm - npm registry
  • pypi - Python Package Index
  • homebrew - Homebrew formulas
  • chocolatey - Windows packages
  • linuxpkg - deb, rpm, apk
  • crates - Rust crates.io
  • nuget - .NET packages
  • maven - Maven Central
  • rubygems - Ruby gems
  • hex - Elixir/Erlang Hex.pm
  • packagist - PHP Composer
  • gomod - Go modules

Project Management

  • jira - Jira release versions
  • launchnotes - Customer announcements

Containers

  • docker - Build & push images

Install any plugin with one command:

relicta plugin install github npm docker slack
View all plugin docs

New in v2.2

Change Governance Protocol (CGP)

Built-in risk assessment and governance for AI-assisted and agentic workflows. Keep humans in control of high-impact changes.

Risk assessment

Automatic risk scoring based on blast radius, actor trust level, and security impact of changes.

Security detection

Automatically detects security-related commits via scope patterns and keywords. Flags auth, crypto, and vulnerability fixes.

Policy engine

Configurable policies with conditions and actions. Require human approval for breaking changes or high-risk releases.

Release memory

Historical tracking of releases, incidents, and actor behavior for continuous improvement of risk assessment.

CGP in action
CGP governance preview showing risk score and approval requirements

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.

Release checklist
Plan ready (version + diff)
Notes drafted + changelog updated
Approval recorded
Publish: tags + plugins
Approvals
Approval recorded
Waiting for final publish
Approvals are tracked with timestamps and audit context.

Quick looks

What a Relicta run looks like

A few stills from the new walkthrough so visitors can skim the flow without playing the video.

Minimal CLI ready for your release workflow.
Automatic version planning and AI-crafted notes.
Publish with checklists and audit-friendly output.

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.