> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Olive is a new Open Source Video Editor Aiming to Take On Biggies Like Final Cut Pro
- URL: https://itsfoss.com/olive-video-editor/
- Published: 2019-01-30T07:13:29.000Z
- Updated: 2023-01-11T09:56:31.000Z
- Author: Abhishek Prakash
- Tags: #Import 2022-12-26 08:27

[Olive](https://www.olivevideoeditor.org/?ref=itsfoss.com) is a new [open source video editor](https://itsfoss.com/open-source-video-editors/) under development. This non-linear video editor aims to provide a free alternative to high-end professional video editing software. Too high an aim? I think so.

If you have read our [list of best video editors for Linux](https://itsfoss.com/best-video-editing-software-linux/), you might have noticed that most of the ‘professional-grade’ video editors such as [Lightworks](https://www.lwks.com/?ref=itsfoss.com) or DaVinciResolve are neither free nor open source. 

[Kdenlive](https://kdenlive.org/en/?ref=itsfoss.com) and Shotcut are there but they don’t often meet the standards of professional video editing (that’s what many Linux users have expressed). 

This gap between the hobbyist and professional video editors prompted the developer(s) of Olive to start this project. 

![Olive Video Editor](https://itsfoss.com/content/images/wordpress/2019/01/olive-video-editor-interface-800x450.jpg)

Olive Video Editor Interface

There is a detailed [review of Olive on Libre Graphics World](http://libregraphicsworld.org/blog/entry/introducing-olive-new-non-linear-video-editor?ref=itsfoss.com). Actually, this is where I came to know about Olive first. You should read the article if you are interested in knowing more about it.

## Installing Olive Video Editor in Linux

Let me remind you. Olive is in the early stages of development. You’ll find plenty of bugs and missing/incomplete features. You should not treat it as your main video editor just yet.

If you want to test Olive, there are several ways to install it on Linux.

### Install Olive in Ubuntu-based distributions via PPA

You can install Olive via its official PPA in Ubuntu, Mint and other Ubuntu-based distributions.

sudo add-apt-repository ppa:olive-editor/olive-editor  
sudo apt-get update  
sudo apt-get install olive-editor

### Install Olive via Snap

If your Linux distribution supports Snap, you can use the command below to install it.

sudo snap install --edge olive-editor

### Install Olive via Flatpak

If your [Linux distribution supports Flatpak](https://itsfoss.com/flatpak-guide/), you can install Olive video editor via Flatpak.

[Olive on FlatHub](https://flathub.org/apps/details/org.olivevideoeditor.Olive?ref=itsfoss.com)

### Use Olive via AppImage

Don’t want to install it? Download the [AppImage](https://itsfoss.com/use-appimage-linux/) file, set it as executable and run it.

Both 32-bit and 64-bit AppImage files are available. You should download the appropriate file.

[Download AppImage for Olive](https://github.com/olive-editor/olive/releases/tag/continuous?ref=itsfoss.com)

Olive is also available for Windows and macOS. You can get it from their [download page](https://www.olivevideoeditor.org/download.php?ref=itsfoss.com).

## Want to support the development of Olive video editor?

If you like what Olive is trying to achieve and want to support it, here are a few ways you can do that.

If you are testing Olive and find some bugs, please report it on their GitHub repository.

[Help Olive by filing a bug report](https://github.com/olive-editor/olive/issues?ref=itsfoss.com)

If you are a programmer, go and check out the source code of Olive and see if you could help the project with your coding skills.

[Olive Video Editor on GitHub](https://github.com/olive-editor/olive?ref=itsfoss.com)

Contributing to projects financially is another way you can help the development of open source software. You can support Olive monetarily by becoming a patron.

[Support Olive Video Editor on Patreon](https://www.patreon.com/olivevideoeditor?ref=itsfoss.com)

If you don’t have either the money or coding skills to support Olive, you could still help it. Share this article or Olive’s website on social media or in Linux/software related forums and groups you frequent. A little word of mouth should help it indirectly.

## What do you think of Olive?

It’s too early to judge Olive. I hope that the development continues rapidly and we have a stable release of Olive by the end of the year (if I am not being overly optimistic).

What do you think of Olive? Do you agree with the developer’s aim of targeting the pro-users? What features would you like Olive to have? 

Do share your views in the comments below.