Docs /
... / Installation / Quick Install

โšก Quick Install

This is the recommended method for most users.

Linux & macOS

Run the following command in your terminal:

curl -sL https://get.odac.run | sudo bash

Windows

Open PowerShell as an administrator and run the following command:

iex (iwr -useb 'https://get.odac.run')

๐Ÿงช Beta Installation

To access the latest experimental features and early updates, you can use the beta channel.

[!WARNING]
Beta versions include the latest changes but may be unstable. Use with caution in production environments.

Linux & macOS (Beta)

curl -sL https://get.odac.run/beta | sudo bash

Windows (Beta)

iex (iwr -useb 'https://get.odac.run/beta')