Download Latest Version v1.3.0 source code.zip (1.0 MB)
Email in envelope

Get an email when there's a new version of Atlas

Home / v1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-29 2.7 kB
v1.3.0 source code.tar.gz 2026-07-29 786.5 kB
v1.3.0 source code.zip 2026-07-29 1.0 MB
Totals: 3 Items   1.8 MB 1

We're excited to announce Atlas v1.3 🎊

This release delivers on a promise we made in v1.2: the security graph is now live in Atlas Cloud, mapping your entire database attack surface. It also introduces Atlas Scripts for running data operations as code, safer and faster migrations, and a new command group for working with the Atlas Registry from the CLI.

Here is what you can find in this release:

  • Security Graph for Databases - Map your entire database attack surface: permissions, misconfigurations, and CVEs across every object, with severity tiers and blast-radius tracing.
  • Atlas Scripts: DataOps as Code - Backfills, GDPR purges, and reports declared as code: transactional mutations, masked queries, and batched loops, reviewed and tested in CI.
  • atlas cloud: Manage Registry Resources from the CLI - Repositories, databases, and deployment history from the terminal, with JSON output for scripts, CI gates, and AI agents, plus security graph and lineage graph exports.
  • Schema Annotations - Attach type-safe metadata to schema resources and render GraphQL, OpenAPI, or any other format from it with templates.
  • Pre-Apply Drift Detection - Block a deployment when the database drifted from the expected state, with the diff printed before any statement runs.
  • Database Driver Improvements - Lock-safe NOT NULL and 8x-10x faster schema tests on PostgreSQL, Oracle roles and storage, Snowflake Iceberg tables, ClickHouse row policies, and more.

Read the full announcement in our blogpost.

image

Quick installation

macOS + Linux:

:::bash
curl -sSf https://atlasgo.sh | sh

Homebrew:

:::bash
brew install ariga/tap/atlas

Docker:

:::bash
docker pull arigaio/atlas

Windows

Download

The default binaries in this release are distributed released under our MSA, and the community binaries are released under the Apache 2.0 license.

Source: README.md, updated 2026-07-29