> ## Documentation Index
> Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI Changelog

> Release notes for the Aptible CLI

Stay up to date with the latest Aptible CLI releases. We recommend always running the latest version to get the newest features, bug fixes, and improvements.

<Tabs>
  <Tab title="MacOS">
    [](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.0_darwin_arm64.pkg)Install v1.0.0 with **Homebrew**

    ```
    brew install --cask aptible
    ```
  </Tab>

  <Tab title="Windows">
    [Download v1.0.1 for Windows AMD ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_x64.msi)

    [Download v1.0.1 for Windows ARM ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_arm64.msi)
  </Tab>

  <Tab title="Debian">
    [Download v1.0.1 for Debian AMD ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_debian_amd64.deb)

    [Download v1.0.1 for Debian ARM ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_debian_arm64.deb)
  </Tab>

  <Tab title="Ubuntu">
    [Download v1.0.1 for Ubuntu AMD ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_ubuntu_amd64.deb)

    [Download v1.0.1 for Ubuntu ARM ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_ubuntu_arm64.deb)
  </Tab>

  <Tab title="CentOS">
    [Download v1.0.1 for CentOS AMD ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_centos_amd64.rpm)

    [Download v1.0.1 for CentOS ARM ↓](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_1.0.1_centos_arm64.rpm)
  </Tab>
</Tabs>

***

<Update label="v1.0.1" description="August 30, 2026">
  ### Bug fixes

  * Fixed newer version notification
</Update>

<Update label="v1.0.0" description="August 30, 2026">
  ## We've rewritten the Aptible CLI in Go

  We're excited to announce that the Aptible CLI has been fully rewritten. The new CLI is significantly more performant than the previous version — faster startup, lower memory usage, and snappier command execution across the board.

  As part of this release, we're also kicking off this CLI Changelog to keep you informed of updates as we continue to ship improvements. You can subscribe via RSS to get notified whenever a new release drops — look for the RSS icon at the top of this page.

  ### What's new

  * The CLI will now notify you when a newer version is available, encouraging you to upgrade
  * Added `whoami` command to display the currently authenticated user
  * Added `logout` command to end your session
  * General performance improvements: reduced memory and disk footprint

  ### Breaking changes

  * Removed the deprecated, ambiguous `--size` option from `db:restart`
  * Removed `db:dump` support for databases other than PostgreSQL
  * `--ip-whitelist` and `--ports` flags now require comma-separated lists when specifying multiple values (e.g. `--ports 80,443`)

  ### New installer support

  Installers are now available for ARM CPU platforms (Apple Silicon, ARM Linux/Windows) in addition to AMD/Intel.

  Download the latest version for your platform:

  | Platform | Architecture          | Download                                                                                                                                                               |
  | -------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | macOS    | Intel (amd64)         | [aptible-cli-go\_latest\_darwin\_amd64.pkg](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_darwin_amd64.pkg) |
  | macOS    | Apple Silicon (arm64) | [aptible-cli-go\_latest\_darwin\_arm64.pkg](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_darwin_arm64.pkg) |
  | Debian   | amd64                 | [aptible-cli-go\_latest\_debian\_amd64.deb](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_debian_amd64.deb) |
  | Debian   | arm64                 | [aptible-cli-go\_latest\_debian\_arm64.deb](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_debian_arm64.deb) |
  | Ubuntu   | amd64                 | [aptible-cli-go\_latest\_ubuntu\_amd64.deb](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_ubuntu_amd64.deb) |
  | Ubuntu   | arm64                 | [aptible-cli-go\_latest\_ubuntu\_arm64.deb](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_ubuntu_arm64.deb) |
  | CentOS   | amd64                 | [aptible-cli-go\_latest\_centos\_amd64.rpm](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_centos_amd64.rpm) |
  | CentOS   | arm64                 | [aptible-cli-go\_latest\_centos\_arm64.rpm](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_centos_arm64.rpm) |
  | Windows  | x64                   | [aptible-cli-go\_latest\_x64.msi](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_x64.msi)                    |
  | Windows  | arm64                 | [aptible-cli-go\_latest\_arm64.msi](https://omnibus-aptible-toolbelt.s3.us-east-1.amazonaws.com/release/aptible-cli-go/aptible-cli-go_latest_arm64.msi)                |
</Update>
