Skip to main content

Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting us. A member of our team will be in touch shortly. Close

An error occurred while submitting your form. Please try again or file a bug report. Close

  1. Blog
  2. Article

David Callé
on 13 June 2017

Vectr: a fresh take on vector graphics edition on Linux


There is new desktop app available in the Snap store: Vectr.

A free vector graphics editor for the Web and the Linux desktop

Following the Inkscape snap, there is a new vector graphics editor readily available to install. With project sharing built-in, a modern UI built with Electron and more on the roadmap (real-time collaboration, versioning…), you should keep an eye on Vectr!

Out of beta 9 months ago, it features a growing set of tools: shape tools, raster import, filters, and pretty much everything you need to get started on vector graphics with an easy to use interface.

To install Vectr as a snap, search for “vectr” in the Ubuntu Software Center, or on the command line:

sudo snap install vectr

Vectr also comes with a built-in tutorials viewer!

Cross-distribution on Linux

The mission statement of Vectr is to make graphic design accessible and simple for anyone, for a community of pro and amateurs around the world. Distributing Vectr as a snap takes this philosophy one step further, by enabling a simple app distribution mechanism for most Linux users.

Snap packaging was a perfect match for us.

Source: Vectr Launches Ubuntu Snap App – Vectr blog

With Arch Linux, Debian, Fedora, Gentoo, openSUSE and Ubuntu as part of the supported distributions, and a central store model, snaps take the headaches of Linux distribution away.

Vectr as a snap on Fedora, here used by not-a-designer.

Releases for everyone and releases for testers

Snaps also allow developers to release software in different “channels”, that users subscribe to (defaulting to the stable channel), in order to receive automated updates.

Four channels are available, with names hinting at the stability users can expect:

  • edge is for QA, testers and adventurous adopters
  • beta is where versions from the edge channel are moved to when they pass some level of testing and QA
  • candidate is commonly used for freezed pre-release versions
  • stable is what users install by default (the snap install command without any options) and is expected to only contain stable software. This is also the channel that enables snaps to appear in store search results.

For a primer on snapping an application, this tutorial will show you the way.

Related posts


Massimiliano Gori
2 July 2025

Source to production: Spring Boot containers made easy

Cloud and server Article

This blog is contributed by Pushkar Kulkarni, a Software Engineer at Canonical. Building on the rise in popularity of Spring Boot and the 12 factor paradigm, our Java offering also includes a way to package Spring workloads in production grade, minimal, well organized containers with a single command. This way, any developer can generate ...


Massimiliano Gori
2 July 2025

Spring support available on Ubuntu

Cloud and server Article

This blog is contributed by Vladimir Petko, a Software Engineer at Canonical. The release of Plucky Puffin earlier this year introduced the availability of the devpack for Spring, a new snap that streamlines the setup of developer environments for Spring on Ubuntu. In this blog, we’ll explain what devpacks are and provide an overview of ...


Canonical
1 July 2025

Chiseled Ubuntu containers for OpenJRE 8, 17 and 21

Cloud and server Article

Today we are announcing chiseled containers for OpenJRE 8, 17 and 21 (Open Java Runtime Environment), coming from the OpenJDK project. These images are highly optimized for size and security, containing only the dependencies that are strictly necessary. They are available for both AMD64 and ARM64 architectures and benefit from 12 years of ...