KevsRobots Learning Platform

Obsidian

14% Percent Complete

Installing Obsidian

Learn how to install Obsidian on your computer.

By Kevin McAleer,    1 Minute


Installing Obsidian

Obsidian is available for Windows, macOS, and Linux. Visit the official website https://obsidian.md/ and download the installer for your operating system. Follow the installation instructions to get started.

Once installed, launch Obsidian and you’ll be greeted with the option to create your first vault.


Installing Obsidian on a Raspberry Pi

To install Obsidian on Raspberry Pi there are two main routes:


Installing via flatpak

  1. Install flatpak if you haven’t already:
sudo apt install flatpak
  1. Add the Flathub repository:
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  1. Install Obsidian:
flatpak install flathub md.obsidian.Obsidian

Installing via Pi-Apps

  1. Open the Pi-apps on your Raspberry Pi.
  2. Search for “Obsidian” in the store.
  3. Click “Install” and follow the prompts.

Once installed, launch Obsidian and you’ll be greeted with the option to create your first vault.


< Previous Next >

You can use the arrows  ← → on your keyboard to navigate between lessons.