Double Charge Your Second Brain With Obsidian
To install Obsidian on Windows using Chocolatey, follow these steps:
-
Install Chocolatey: If you haven't installed Chocolatey yet, open PowerShell with administrative privileges and execute the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))This command sets the execution policy to bypass restrictions temporarily and runs the Chocolatey installation script. -
Install Obsidian: Once Chocolatey is installed, you can install Obsidian by running:
choco install obsidianThis command will download and install the latest version of Obsidian available in the Chocolatey repository.
For more information, refer to the official Chocolatey page for Obsidian: citeturn0search0
Imported from rifaterdemsahin.com · 2025