Your submission was sent successfully! Close

You have successfully unsubscribed! Close

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

Fresh Snaps from June 2017

This article was last updated 5 years ago.


From fast and secure file sharing to Kubernetes charts management, from email clients to classic text editors for your Pi, our selection of top snaps for June has something for everyone.

If the term “snaps” doesn’t ring a bell, they are a new way for developers to package their apps, bringing many advantages over traditional package formats such as .deb, .rpm, and others. They are secure, isolated and allow apps to be rolled back should an issue occur. They also aim to work on any distribution or platform, from IoT devices to servers, desktops and mobile devices. Snaps really are the future of Linux application packaging and we’re excited to showcase some great examples of these each month.

Our June selection

1. Wekan

Lauri Ojansivu

Wekan is a self-hosted collaborative Kanban board. Whether you’re maintaining a personal todo list, planning your holidays with some friends, or working in a team on your next revolutionary idea, Kanban boards are an unbeatable tool to keep things organised. After installing Wekan, open a web browser at http://localhost:8080 to create your admin account.

2. Wormhole

Snapcrafters

Wormhole is a command-line tool which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another quickly and securely, using password-authenticated key exchange. The two endpoints are identified by using identical “wormhole codes”: in general, the sending machine generates and displays the code, which must then be typed into the receiving machine.

3. Helm

Joe Borg

If you are a K8s deployer, there is no need to explain Helm, the Kubernetes charts manager that allows you to find and use popular software packaged as Kubernetes charts, share your own charts and create reproducible builds of your apps.

4. Pinano

V Bota

The GNU nano text editor, now available as a snap for your armhf boards. When you are using a very lightweight OS (such as Ubuntu Core) on a board, you’ll be glad to have this familiar editor at hand.

  • Install Pinano from the command-line (armhf only):
    sudo snap install pinano

5. Hiri

Milorad Pop-Tosic

Hiri is a Linux alternative to Microsoft Outlook, compatible with Office365 and Exchange, that syncs emails, calendars, folders and everything else. It features assignable tasks, a dashboard to make you aware of how frequently you check your email, reminders and due dates management.

6. Plex Media Server

David Fialho

Plex organizes all of your personal media so you can easily
access and enjoy it through a web UI over the network. Install the Media Server, open a web browser at http://localhost:32401 to create an admin account and it will start indexing and sorting your media files for easy access.

7. Slack-Term

Alan Pope ㋛

Slack-Term is a terminal client for Slack. You should certainly have a look at the README of the project, as you will need to set up a config file with your Slack credentials.

8. Gitter (client)

Snapcrafters

Gitter is a developer focused chat and networking platform that helps to manage, grow and connect communities through messaging, content and discovery. The most notable feature of Gitter is its ability to create rooms based on GitHub and Gitlab projects, integrating notifications for issues, PRs, etc. This snap is the desktop client that you can use to connect to any Gitter group.

9. Mattermost (client)

Snapcrafters

Mattermost is a workplace messaging for web, PCs and phones. MIT-licensed with hundreds of contributors, localised in 11 languages, secure, configurable, and scalable from teams to enterprise. This snap is the desktop client that you can use to connect to any Mattermost server.

10. q

Nathan Handler

q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). It treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple encodings.

This last one feels truly magical if you are handling heavy spreadsheets and need more horse-power behind your searches!

Three more snaps for DevOps

This month, it’s not a top 10, but a top 13, because three new exciting snaps for DevOps have landed in the store:

11. AWS CLI

Amazon Web Services

  • Install from the command-line:
    sudo snap install aws-cli --classic

12. Heroku

Jeff Dickey

  • Install from the command-line:
    sudo snap install heroku

13. Azure CLI

Scott Moser

  • Install from the command-line:
    sudo snap install azure-cli --classic

Ubuntu desktop

Learn how the Ubuntu desktop operating system powers millions of PCs and laptops around the world.

Newsletter signup

Get the latest Ubuntu news and updates in your inbox.

By submitting this form, I confirm that I have read and agree to Canonical's Privacy Policy.

Related posts

Managing software in complex network environments: the Snap Store Proxy

As enterprises grapple with the evolving landscape of security threats, the need to safeguard internal networks from the broader internet is increasingly...

Cloud-native infrastructure – When the future meets the present

We’ve all heard about cloud-native applications in recent years, but what about cloud-native infrastructure? Is there any reason why the infrastructure...

Improving snap maintenance with automation

Co-written with Sergio Costas Rodríguez. As the number of snaps increases, the need for automation grows. Any automation to help us maintain a group of snaps...