How to Install Obsidian (Beginner’s 2025 Guide for All Devices)

What Is Obsidian?

Obsidian is a powerful note-taking and personal knowledge management app built for people who love Markdown, local storage, and customization. Whether you're a student, writer, or productivity enthusiast, Obsidian helps you build a personal "second brain" using interlinked notes that live on your device. One of its biggest strengths? It's free for personal use and works across Windows, macOS, Linux, and even Chromebooks with a little setup. If you're exploring other tools like Obsidian, you may also want to check out our guide on Best Markdown Note-Taking Apps.


How to Install Obsidian on Windows & macOS

For Windows

  1. Visit Obsidian’s official download page.
  2. Click Windows (.exe) to download the installer.
  3. Run the .exe file and follow the setup wizard.
  4. Launch Obsidian and create your first vault.

💡 Default install path: C:\Users\[YourName]\AppData\Local\Obsidian

For macOS

  1. Go to the same download page.
  2. Download the macOS (.dmg) installer.
  3. Open the .dmg file and drag Obsidian into your Applications folder.
  4. Open the app and approve permissions if prompted.

How to Install Obsidian on Linux (Ubuntu, Arch, Kali)

Ubuntu/Debian (.deb Package)

  1. Download the .deb file from the Obsidian download page.
  2. Open your terminal and run:
sudo dpkg -i obsidian_*.deb
sudo apt-get install -f

Arch Linux (AUR)

Obsidian is available in the AUR. Use your favorite AUR helper:

yay -S obsidian

Kali Linux

Kali is based on Debian, so follow the Ubuntu method above.


How to Install Obsidian on a Chromebook (2025 Method)

Method 1: Use Linux (Crostini)

  1. Enable Linux (Beta) in Chromebook settings.
  2. Download the .AppImage or .deb file from the Obsidian downloads.
  3. Open the Linux terminal and run:
chmod +x Obsidian.AppImage
./Obsidian.AppImage

Method 2: Install the Obsidian Mobile App

  1. Open the Google Play Store.
  2. Search for Obsidian and install it.
  3. Log in and sync with Obsidian Sync or Dropbox if needed.

How to Install Obsidian Plugins & Themes

Installing Plugins (via Community)

  1. Open Obsidian and go to Settings → Community Plugins.
  2. Turn Safe Mode OFF.
  3. Click Browse and search for plugins like:
    • Calendar
    • Kanban
    • Tasks
  4. Click Install, then Enable.

Installing Plugins Manually (from GitHub)

  1. Download the plugin folder (containing main.js, manifest.json, etc.).
  2. Copy the folder to .obsidian/plugins/[plugin-folder-name] inside your vault.
  3. Restart or reload Obsidian.

Installing Themes

  1. Go to Settings → Appearance → Community Themes.
  2. Click Browse to preview available themes.
  3. Click Install and then Use.

FAQs About Installing Obsidian

Q: Is Obsidian free to use? A: Yes! Obsidian is free for personal use. Paid features like Sync and Publish are optional. Q: Where is Obsidian installed on Windows? A: Typically here: C:\Users\[YourName]\AppData\Local\Obsidian Q: Can I install plugins from GitHub? A: Yes. Download the plugin and place it in .obsidian/plugins inside your vault. Q: Does Obsidian work on Chromebook? A: Yes, through Linux (Beta) or the Android mobile app. Q: Do I need internet to use Obsidian? A: No. Obsidian works completely offline by default.


Final Thoughts

Installing Obsidian in 2025 is straightforward no matter which platform you use. With a little setup, you can transform it with plugins, themes, and sync options. If you’re serious about note-taking or personal knowledge management, Obsidian is one of the best tools to grow your ideas.

How to Install Obsidian (Beginner’s 2025 Guide for All Devices)