vnote/en_US/downloads.md
2018-11-24 16:54:56 +08:00

2.4 KiB

Downloads

::: alert-info

To upgrade VNote, you could just simply remove the old package and download the new one.

:::

Windows

Official Zip

::: alert-warning

NOT supported in XP since QtWebEngineProcess used by VNote could not work in XP.

:::

Scoop

VNote can be installed from extras bucket of Scoop.

scoop bucket add extras
scoop install vnote
scoop update vnote

Linux

AppImage

There is an AppImage format standalone executable of VNote for major Linux distributions. Any help for packaging and distribution on Linux is appreciated!

openSUSE

Currently vnote on openSUSE Tumbleweed can be installed from home:opensuse_zh project on OBS. You can execute the following command directly:

sudo zypper ar https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Tumbleweed/ home:opensuse_zh
sudo zypper ref
sudo zypper in vnote

For other architectures, please search for vnote at software.opensuse.org.

We don't support Leap 42 and below due to the Qt version. Please use AppImage or build it yourself.

Arch Linux

VNote on Arch Linux can be installed from the AUR as vnote:

git clone https://aur.archlinux.org/vnote-bin.git
cd vnote-bin
makepkg -sic

There is also a development version that tracks the latest master vnote-git.

MacOS

You can also install VNote using homebrew, through the cask tap:

brew cask install vnote