AgentOne Docs

Debian & Ubuntu

Step-by-step instructions for installing AgentOne on Debian and Ubuntu using a .deb package

There are several ways to install AgentOne on Debian and Ubuntu. We recommend installing from agent-one.dev.

Download the .deb file

Navigate to https://www.agent-one.dev/download in your browser. Make sure the Linux tab is selected, then download the .deb file.

Install the package

Open a terminal and navigate to the directory where the file was downloaded (usually ~/Downloads). Then run:

sudo dpkg -i AgentOne_*.deb
sudo apt-get install -f

The second command resolves any missing dependencies.

Launch AgentOne

Once the installation is complete, you can launch AgentOne from your application menu or by running agent-one in your terminal.

Install from GitHub Releases

If you followed the steps in the Install from agent-one.dev section, you can skip this section.

Select the latest release

Usually, the latest release is the first release on the list. You'll see a green Latest badge next to the latest stable release. If the release has a Pre-release badge or title, don't use it unless you're a developer.

GitHub Releases page showing the latest release with a green "Latest" badge

Once you've found the latest release, click on its title (for example, AgentOne 1.0.0) to navigate to that release.

Download the .deb file

Scroll to the bottom of the release page and expand the Assets accordion. Look for a file named AgentOne_x.x.x_amd64.deb and click on it to download it.

Install the package

Open a terminal and navigate to the directory where the file was downloaded. Then run:

sudo dpkg -i AgentOne_*.deb
sudo apt-get install -f

Launch AgentOne

Once the installation is complete, you can launch AgentOne from your application menu or by running agent-one in your terminal.

Other Options

You can also install AgentOne via the Snap Store, which works on any distribution with snap support.

On this page