How to install Lightworks on a Chromebook

In this guide, we'll walk you through the process of installing Lightworks on your Chromebook. Lightworks is a professional-grade video editing software that's now accessible to Chromebook users, opening up new possibilities for content creation and video editing on these versatile devices.

Important Prerequisites

Before we begin, it's crucial to note that this tutorial is specifically designed for Chromebooks with an Intel or AMD CPU that support Linux Apps. Unfortunately, this method won't work on Chromebooks with an ARM64 architecture CPU. If you're unsure about your Chromebook's specifications, you can check our comprehensive list of Chromebooks with Linux Apps (Crostini) support.

Video Tutorial

For a visual guide, please refer to our step-by-step video tutorial:

Step-by-Step Installation Process

Follow these steps carefully to install Lightworks on your Chromebook:

1. Enable Linux Apps

If you haven't already, you'll need to enable Linux Apps on your Chromebook. Go to your system settings, click on the "About Chrome OS" section in the left panel, and under the developer's section, choose to set up Linux.

2. Open Terminal

Once Linux Apps are enabled, open a terminal session from your app menu.

3. Update Repositories

Run the following command to update your Linux apps repositories:

sudo apt update

4. Install Flatpak

Flatpak is a utility for software deployment and package management for Linux. Install it with this command:

sudo apt install flatpak

5. Add Flathub Repository

Enable the official Flathub repository on your Chromebook:

sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

6. Download Lightworks

Download the Lightworks Flatpak package:

wget https://github.com/kekkoudesu/lightworks-flatpak/releases/download/v0.2/lightworks.flatpak

7. Install Lightworks

Install Lightworks using Flatpak:

sudo flatpak install lightworks.flatpak

8. Set Permissions

Set the necessary permissions for launching the application:

sudo chown root:root /usr/bin/bwrap && sudo chmod u+s /usr/bin/bwrap

After completing these steps, Lightworks should be successfully installed on your Chromebook. You can now launch it from your app menu and start editing your videos!

Additional Information

Lightworks is a powerful video editing tool used by professionals in the film industry. By installing it on your Chromebook, you're gaining access to features like multi-track editing, advanced color correction, and professional-grade audio tools. This installation method uses Flatpak, which allows for easy installation and updates of software across different Linux distributions.

If you encounter any issues during the installation process, double-check that you've entered each command correctly. Some common problems include typos in commands or insufficient storage space. Ensure your Chromebook has enough free space before starting the installation.

Useful Resources

For more information about Lightworks and Flatpak, you can refer to these resources:

We hope this guide helps you successfully install and use Lightworks on your Chromebook. Happy editing!

If you're in the market for a new Chromebook, don't forget to check out our Chromebook comparison and Buyers Guide to find the perfect device for your needs.

Comments