Material Design to Linux – Papyros

Meet Papyros, formerly know as QuartzOS, then QuantumOS, and finally a new name Papyros is a new and upcoming shiny Linux based operating system which is based on Arch Linux and about to be launched in 2016. As of now its in rough alpha stage and not to be intended for use on production machines. It’s using Google’s new Material design technology UI, as seen on Android 5.0 Lollipop !

Looks to be more like Chrome OS, but can be customized to have a dock like interface and look more sort of mackintosh ! As usual Linux distro’s are heavily customizable and there theme can be changed quite easily. The distro is a rolling release, that means a user dosen’t need to upgrade a fresh copy as soon as  a new version is out, the OS can be updated periodically as a manual update when run through a terminal. As of now the latest version while writing this article is 0.3 and it is yet to hit version 1.0

The operating system, desktop shell, and material design framework is still in active development and is in a pre-alpha state. There aren’t any installer ISOs or stable repositories. To add on Arch Linux follow the steps below:-

First, add the following lines to your /etc/pacman.conf file, above the default repositories:

[papyros]
SigLevel = Never
Server = http://dash.papyros.io/repos/$repo/$arch

Then, run

pacman -Syu
pacman -S papyros-shell

You can test the shell by running it in a new window on top of your desktop:

papyros-session

[via:- papyros.io]

Akash Angle

I am a Full time Linux user who has quit using Windows for unknown reasons, making my life truly open source.

Recent Posts

Get the most juice from your ISP/router — setting MTU size & other handy tweaks

This is not an ad-vocation by any means for TP-link branding, however a real life…

6 months ago

How to make any Android phone up-to 3x faster – Developer options unleashed

First of all we need to hit the kernel version on any Android device. You…

6 months ago

systemd-resolve command not found in Ubuntu Desktop

Use resolvectl status instead. It's like something deprecates and suddenly things get broken! In systemd…

11 months ago

How to exclude multiple directories with rsync?

Geeky question: This is what people and friends have tried: rsync -arv --exclude "/home/john/.ccache:/home/ben/build" /home/john…

11 months ago

How to resolve apt-get -f not working

You might encounter this error which appears to be very common on Debian based Distro's…

11 months ago

How to install Broadcom STA wireless drivers on Kali Linux

PS: This article is for only Kali Linux users, that too having a Broadcom Wireless…

11 months ago