Skip to content

artemanufrij/webpin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e94475c · Aug 28, 2021
Mar 24, 2021
Apr 22, 2019
Apr 22, 2019
Dec 15, 2019
Oct 11, 2018
Oct 11, 2018
Nov 17, 2020
Apr 17, 2019
Oct 25, 2018
Apr 17, 2019
Aug 25, 2021
Oct 11, 2018
Apr 18, 2019

Repository files navigation

Webpin


A simple app to pin websites on the desktop

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter


Pin your any favourite website on Applications Menu or Plank like a regular desktop app

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libwebkit2gtk-4.0-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/webpin.git
cd webpin

Compile, install and start Webpin on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.webpin