How to Install Grok Bot on Ubuntu 26.04 and 24.04 – Desktop App Setup

Share
6 Min Read · Official App · Beginner Friendly

Grok Bot on Ubuntu

To install Grok Bot on Ubuntu, add its apt repository and run sudo apt install grok-bot. It is the same repository the official .deb sets up, and it works on amd64 and arm64.

Grok Bot comes with every paid Cursor plan. If a step does not work on your system, leave a comment below or contact us and we will help you sort it out.

Cost: Paid Cursor plan
Install: apt repository
Machines: amd64 and arm64
Updates: Through apt
Before You Start
Ubuntu version
Any current release. 26.04, 24.04 and 22.04 all work, and so does Debian.
Plan
A paid Cursor plan: Pro, Pro+, Ultra or Teams. The free Hobby plan does not include it.
Machines
amd64 and arm64. The download page calls amd64 x64. Run dpkg –print-architecture if you are unsure.
Disk space
About 350 MB installed, from a 103 MB download.
Terminal
Needed for the repository. Grok Bot is not in the Ubuntu archives or App Center.
Internet
Always. Your Bots work on a computer in the cloud, not on yours.

Install Grok Bot in 3 Steps

Three steps, five minutes. Nothing here is specific to one Ubuntu release.

1

Step 1: Add the signing key

Open a terminal with Ctrl + Alt + T and fetch the key the Grok Bot packages are signed with:

Download the signing key
curl -fsSL https://downloads.cursor.com/keys/anysphere.asc | gpg --dearmor | sudo tee /usr/share/keyrings/grok-bot.gpg > /dev/null

Silence means it worked. If the shell answers command not found, fetch both tools with sudo apt install curl gpg and run the line above again.

Grok Bot uses the same key as Cursor.

2

Step 2: Add the repository and install

Write the repository into apt’s list of sources. Copy it rather than typing it:

Register the repository
printf 'Types: deb\nURIs: https://downloads.cursor.com/aptrepo\nSuites: grok-bot\nComponents: main\nSigned-By: /usr/share/keyrings/grok-bot.gpg\n' | sudo tee /etc/apt/sources.list.d/grok-bot.sources > /dev/null

Then install:

Install Grok Bot
sudo apt update && sudo apt install grok-bot

About 103 MB to download, 350 MB installed. If you install the .deb later, nothing changes.

3

Step 3: Open it and sign in

Grok Bot is in your applications menu. From a terminal, grok-bot opens it.

Choose Sign in on the welcome screen and finish in your browser with your Cursor account. Have SuperGrok or X Premium+ instead? The app offers to link it.

The Other Two Ways to Install It

Under “More downloads” on x.ai/bot there is a .deb, an .rpm and an AppImage. The .rpm is for Fedora.

Method Updates Menu entry Best for
apt repository With your system Yes Everyone on Ubuntu
.deb file With your system, after it adds the repository itself Yes Installing from a download
AppImage Never. You re-download it No Other distributions

The .deb file

Download the x64 or arm64 .deb, then:

Install a downloaded .deb
cd ~/Downloads && sudo apt install ./grok-bot_*.deb
Worth knowing

The .deb adds the Grok Bot apt repository for you, so it updates like the repository install. It also adds the security permission Ubuntu 24.04 and newer need before it will start.

The AppImage

One file, nothing to install:

Run the AppImage
chmod +x Grok_Bot_*.AppImage
./Grok_Bot_*.AppImage

No menu entry and no updates. On Ubuntu 24.04 and newer it usually will not start, so use the .deb there. See When Something Goes Wrong.

What Grok Bot Is

Grok Bot app icon
Grok Bot gives you AI helpers, called Bots, that do real work for you. Each has a name, a job and memory of what you asked before.

Every Bot works on a computer in the cloud. It has a browser, a terminal and files, so a Bot can sign in to sites, fill forms and save results for you.
It keeps going when you close the app. Closing Grok Bot or your laptop does not stop a job. You step in only for passwords, two-factor codes and CAPTCHAs.
Routines run on a schedule. Ask a Bot in chat to set one up.

Grok Bot desktop app with a Bot conversation open and the Bots list in the sidebar
Your Bots on the left, a conversation in the middle, and the Bot’s cloud screen on the right.

Plans: every paid Cursor plan includes it. So does a linked SuperGrok, SuperGrok Plus, SuperGrok Heavy or X Premium+ subscription. Each includes a set amount of use per week. Want the code editor too? Install Cursor on Ubuntu.

How Updates Reach You

New versions arrive with your system updates.

Update
Update everything, including Grok Bot
sudo apt update && sudo apt upgrade

Ubuntu’s Software Updater picks it up too. To see which version you have:

Check the installed version
apt policy grok-bot

The AppImage never updates. Download a new one to upgrade.

When Something Goes Wrong

What you see

Grok Bot exits at launch until the profile is loaded

FIX Run sudo apparmor_parser -r /etc/apparmor.d/grok-bot

The installer prints this on Ubuntu 24.04 and newer when a security permission did not load. This command loads it.

What you see

The AppImage never opens and mentions the sandbox

FIX Install the .deb or use the repository instead.

Ubuntu 24.04 and newer block it without a security permission, and only the installed package adds one.

What you see

dlopen(): error loading libfuse.so.2

FIX Run sudo apt install libfuse2t64

AppImage only. On 22.04 the package is libfuse2.

What you see

You signed in, but there is no Grok Bot access

FIX Upgrade to Pro, Pro+, Ultra or Teams, or link a SuperGrok or X Premium+ subscription.

The free Hobby plan does not include Grok Bot.

What you see

Grok Bot will not start on an account in Legacy Privacy Mode

FIX In your Cursor account settings, pick a privacy option that allows cloud storage.

Bots store their work in the cloud, which Legacy Privacy Mode does not allow.

Remove It

Remove Grok Bot
sudo apt remove grok-bot

That also deletes its repository entry and key. Your Bots and their files live in your account, not on this machine, so they are still there if you install it again.

Helpful Resources

Official setup guide Install steps for each system, signing in and your first Bot
Grok Bot downloads The .deb, .rpm and AppImage for x64 and arm64, under More downloads
r/GrokBot Unofficial community: what people hand their Bots and how it goes
r/cursor The official Cursor community, where Grok Bot plans and releases come up

Frequently Asked Questions

Is Grok Bot the same as the Grok chatbot?

No. Grok Bot is a desktop app that gives you Bots with their own cloud computer. The Grok chatbot is a website and phone app with no Linux version.

Is Grok Bot free?

No. Every paid Cursor plan includes it, and so do SuperGrok and X Premium+. The free Hobby plan does not.

Which file should I download for Ubuntu?

Use the apt repository so Grok Bot updates with your system. If you want a file, take the .deb.

Does Grok Bot keep working when my laptop is off?

Yes. Bots run on a cloud computer, so closing the app or your laptop does not stop them.

Does Grok Bot run on arm64 Linux?

Yes. The .deb, .rpm and AppImage all come in x64 and arm64 builds, and the repository serves both.

Next step
Install it, sign in, give your first Bot a job

The official setup guide walks through your first Bot once the app is open.

Related guides: Install Cursor on Ubuntu · Install ChatGPT on Ubuntu · Install Claude Desktop on Ubuntu · Install Google Antigravity on Linux · Install Devin Desktop on Ubuntu · More AI guides for Ubuntu