Skip to main content
The 360 Search Linux desktop app is packaged as a .deb file, making it straightforward to install on Ubuntu and any Ubuntu/Debian-based distribution. You get the full 360 Search experience — private search, AI, weather, news, and more — running natively in its own window, outside of any browser.

Supported Distributions

  • Ubuntu
  • Debian
  • Zorin OS
  • Linux Mint
  • Pop!_OS

Current Version

2.0.3

Installation Steps

1

Go to GitHub Releases

Open your browser and navigate to https://github.com/360-By-360Digital/360/releases.
2

Download the .deb package

Download 360-desktop_2.0.3_amd64.deb from the Releases page.
3

Install with dpkg

Open a terminal in the directory where you downloaded the file and run:
sudo apt update
sudo dpkg -i 360-desktop_2.0.3_amd64.deb
If dpkg reports dependency errors during installation, run sudo apt install -f to automatically resolve and install any missing dependencies, then retry.
4

(Optional) Install with gdebi for a graphical install

If you prefer a double-click graphical install, install gdebi first:
sudo apt install gdebi -y
Then double-click the downloaded .deb file in your file manager to install through the gdebi GUI.

Updating

To update to a newer version, download the new .deb package from GitHub Releases and run the same install command:
sudo dpkg -i 360-desktop_<new-version>_amd64.deb
Replace <new-version> with the version number of the release you downloaded. Running dpkg -i over an existing installation upgrades it in place.