https://github.com/releasyhq/releasy
Releasy - Controlled software releases for B2B.
https://github.com/releasyhq/releasy
api devops licensing release-management saas-infrastructure software-distribution
Last synced: 3 months ago
JSON representation
Releasy - Controlled software releases for B2B.
- Host: GitHub
- URL: https://github.com/releasyhq/releasy
- Owner: releasyhq
- License: apache-2.0
- Created: 2025-12-27T10:17:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-04T04:09:49.000Z (3 months ago)
- Last Synced: 2026-01-07T09:19:50.105Z (3 months ago)
- Topics: api, devops, licensing, release-management, saas-infrastructure, software-distribution
- Language: Rust
- Homepage: https://releasyhq.com
- Size: 386 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Releasy
Controlled software releases for B2B.
Releasy is an API-first platform to manage:
- secure software distribution
- customer entitlements & licensing
- release visibility and access control
## Why Releasy?
- Built for B2B & SaaS vendors
- Designed for CI/CD pipelines
- Open Core with Enterprise extensions
## Documentation
**Getting Started:**
- [Getting Started](docs/getting-started.md) – Set up Releasy and create your first release
- [Configuration](docs/configuration.md) – Environment variables reference
- [Deployment](docs/deployment.md) – Self-hosted topologies and rollouts
- [Database](docs/database.md) – Postgres/SQLite support and migrations
- [Ansible Deployment](docs/infra.md) – Playbook layout and runbook (releasy-infra)
**API Reference:**
- [API Conventions](docs/api-conventions.md) – Error schema, idempotency, pagination
- [Admin Bootstrap](docs/admin-bootstrap.md) – Initial setup and API key management
- [Operator Auth](docs/operator-auth.md) – JWT/JWKS authentication and RBAC
- [Release API](docs/release-api.md) – Release lifecycle endpoints
- [Artifacts](docs/artifacts.md) – Presigned uploads and artifact registration
- [Downloads](docs/downloads.md) – Download token issuance and redirects
- [Entitlements](docs/entitlements.md) – Customer product entitlement management
- [Introspection](docs/introspect-api.md) – API key introspection
- [Audit Events](docs/audit-events.md) – Audit event catalog and access
- [Audit Retention](docs/audit-retention.md) – SQL templates for audit cleanup
## Status
🚧 Early development – feedback welcome