All Products
Search
Document Center

Object Storage Service:Install ossbrowser 2.0

Last Updated:Mar 20, 2026

ossbrowser 2.0 is a graphical client for managing OSS resources. This guide covers installation on Windows, macOS, and Linux.

Prerequisites

Before you begin, make sure your system meets the following requirements:

PlatformRequirement
WindowsWindows 7 or later, including Windows Server. 64-bit only.
macOSx86_64 or arm64 architecture.
Linux (x64)A graphical user interface (GUI) is required. Non-root user access only.
Important

On Linux, graphical subsystem dependencies may cause compatibility issues across different distributions. Use Windows or macOS for a smoother experience.

Install on Windows

  1. Download the Windows x64 package.

  2. Double-click the downloaded package. Select an installation directory and click Install.

  3. On your desktop, find and double-click oss-browser2. The application interface appears.

ossbrowser 2.0 on Windows

Install on macOS

  1. Open Terminal and run uname -m to check your processor architecture.

    uname command output on macOS

  2. Download the package that matches your architecture:

  3. Double-click the downloaded package.

  4. Drag oss-browser2.app to your Applications folder.

  5. Open Launchpad, find oss-browser2, and double-click it.

    Note

    macOS Gatekeeper may block the app because it was downloaded from outside the App Store. If a security warning appears, click Open to proceed. This is standard behavior for third-party applications not distributed through the App Store.

    The application interface appears.

    ossbrowser 2.0 on macOS

Install on Linux

Important

ossbrowser 2.0 cannot run as the root user. Log in as a non-root user before proceeding.

The following steps use Ubuntu 22.04 as an example.

  1. Install a GUI.

    Run the following commands to install a desktop environment:

       sudo apt-get update
       sudo apt-get install ubuntu-desktop
       reboot

    For other Linux distributions, see Install a graphical interface on a Linux instance.

  2. Log in as a non-root user.

    After installing the GUI on an Elastic Compute Service (ECS) instance, connect to the desktop via Virtual Network Computing (VNC).

    VNC login screen on Linux

  3. Download the package.

       wget https://gosspublic.alicdn.com/oss-browser2-prod/2.1.1/oss-browser2-linux-x86_64-2.1.1.AppImage
  4. Make the AppImage executable and run it.

    1. Right-click the downloaded file and select Properties.

      Properties option in context menu

    2. Click the Permissions tab and select the checkbox to allow executing the file as a program.

      Permissions tab in file properties

    3. Double-click the file. The application interface appears.

      ossbrowser 2.0 on Linux

    Note

    If the app fails to start on Ubuntu 22.04, see Troubleshooting for the fix.

Troubleshooting

ossbrowser 2.0 won't start on Ubuntu 22.04

The Chromium sandbox inside the AppImage requires elevated permissions that the current user may not have by default.

Chromium sandbox error

Install AppImageLauncher, which automatically handles permission and dependency issues for AppImage applications:

# Download AppImageLauncher
sudo wget https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb

# Install AppImageLauncher
sudo apt install ./appimagelauncher_2.2.0-travis995.0f91801.bionic_amd64.deb

After installation, launch ossbrowser 2.0 again.

Next steps

Log in to ossbrowser 2.0 to configure your credentials and start managing your OSS resources.