Quick start

Welcome to Inkdrop! Here's how to get started. To get started with Inkdrop, we'll need to get it on your system.

Creating your Inkdrop account

First, go to Inkdrop website and sign up. Inkdrop will prepare a new database for storing your note data. Also, your account can be used for publishing your plugins and so on.

Downloading the app

After you set up an account and log in, you should see a download button as shown here:

Download

Desktop application is ready for macOS, Windows, and Linux, so choose one for your environment:

Download

Installing Inkdrop on macOS

Inkdrop follows the standard Mac zip installation process. You can download the Inkdrop-x.y.z-Mac.zip file from the Inkdrop website. Once you have that file, you can double-click it to extract the application and drag the new Inkdrop application into your "Applications" folder.

Installing Inkdrop on Windows

Inkdrop is both available with a Windows installer and zip archive. The installer is recommended because it can provide auto-update features that automatically update the Inkdrop app to the latest version.

Installing Inkdrop on Linux

You have two options to install it.

via Snap

If you don't have snapd yet, please install it beforehand.

The app is available on Snap Store. You can install the app via Snap Store like the following:

sudo snap install inkdrop
# Allow the app to access your keyring
sudo snap connect inkdrop:password-manager-service

You can easily update the app by running the command below:

sudo snap refresh inkdrop

via Package

To install Inkdrop on Linux, you can download a Debian package, an RPM package, or a zip archive. The packages do not have auto-update features. So when you would like to upgrade to a new release of Inkdrop, you will have to repeat this installation process.

wget https://api.inkdrop.app/download/linux/deb -O /tmp/inkdrop.deb && sudo dpkg -i /tmp/inkdrop.deb && rm /tmp/inkdrop.deb

# Install Inkdrop's dependencies if they are missing
sudo apt-get -f install
wget https://api.inkdrop.app/download/linux/rpm -O /tmp/inkdrop.rpm && sudo yum install /tmp/inkdrop.rpm && rm /tmp/inkdrop.rpm

Log in

When you first open Inkdrop, you should see a Log-in screen like this:

Login

Enter your email address and password to get started.

Can you help us improve these docs?

The source of these docs is here on GitHub. If you see a way these docs can be improved, please fork us!