Skip to content

Setup Linux (Crostini)

Experience the power of Linux on FydeOS, also known as Crostini. This feature allows you to run Linux applications for development alongside your regular FydeOS desktop and apps. It offers developers the best of both worlds, combining the simplicity and security of FydeOS with the freedom to run your favorite editors, IDEs, and thousands of world-class development tools in one container.

Setting Up Linux on FydeOS

  1. Enable Linux

    Navigate to Settings, expand the “Advanced” menu, and select “Developers”. Click on “Turn on” Linux. Enable Linux

  2. Installation

    Click “Next” on the prompt box that appears. FydeOS will automatically install the necessary files and set up your Linux container. This process may take a few minutes depending on your hardware configuration, so please be patient. Installation

  3. Accessing the Terminal

    Once the installation is complete, a new Terminal app will appear. We recommend pinning this application to your shelf for easy access to your Linux container in the future. To do this, right-click on the Terminal app icon and select “Pin”. Terminal

  4. Update APT Repository

    Your Debian Linux installation is now ready. It’s a good practice to update the APT repository index and install. APT is a command-line package manager for Debian, and keeping it updated ensures you’re always installing the latest versions of tools in its repository. Run the following command in the Terminal:

    Terminal window
    sudo apt update
  5. Accessing Linux Files

    FydeOS has mapped the user folder in the Linux subsystem to the system’s file manager. You can access these files through the “File” app in the apps launcher. FydeOS has added a new “Linux files” option, which corresponds to the home folder in the Terminal. Linux Files

Working with Linux Files

Open the Files app, drag the directory or file you want to access, and drop it into “Linux files”. Copying Files

Managing Your Linux Environment

If you encounter issues with Linux, you can restart the container without restarting your entire FydeOS:

  1. Right-click on the Terminal app in your shelf
  2. Click “Shut down Linux”
  3. Once shut down, the applications will appear in the launcher
  4. Select any Linux app to restart your Linux container