- Download the latest installer here: https://github.com/ICONation/obsidian/releases/latest
- Run the installer
Obsidian-<version>-win-setup.exe
.
- Download latest archive here: https://github.com/ICONation/obsidian/releases/latest
- Extract
Obsidian-<version>-mac.zip
and runObsidian.app
inside.
-
Install Chocolatey : https://chocolatey.org/docs/installation
-
Install Node (Admin Powershell/cmd) :
choco install nodejs -y
- Install Git (Admin Powershell/cmd) :
choco install git -y
-
Restart a new Powershell/CMD window
-
Download Obsidian source code :
git clone https://github.com/iconation/Obsidian.git
cd Obsidian
- Build Obsidian :
npm install
npm run debug
- Package Obsidian :
npm run dist
-
Install XCode : https://itunes.apple.com/us/app/xcode/id497799835?mt=12
-
Install Homebrew :
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install Node :
brew install node
- Install Git :
brew install git
- Download Obsidian source code :
git clone https://github.com/iconation/Obsidian.git && cd Obsidian
- Build Obsidian :
npm install && npm run debug
- Package Obsidian :
npm run dist