Headless Go client for Obsidian
Home
Getting Started
  • Overview
  • macOS
  • Linux
  • Windows
  • Docker
  • From Source
  • Overview
  • Authentication
  • Sync
  • Publish
  • Configuration
  • Overview
  • Sync Protocol
  • Encryption
  • REST API
  • Circuit Breaker
GitHub
Home
Getting Started
  • Overview
  • macOS
  • Linux
  • Windows
  • Docker
  • From Source
  • Overview
  • Authentication
  • Sync
  • Publish
  • Configuration
  • Overview
  • Sync Protocol
  • Encryption
  • REST API
  • Circuit Breaker
GitHub
  • Installation
  • macOS Installation
  • Linux Installation
  • Windows Installation
  • Docker Installation
  • From Source

From Source

Go Install

go install github.com/Belphemur/obsidian-headless/src/cmd/ob-go@latest
ln -sf "$(go env GOPATH)/bin/ob-go" "$(go env GOPATH)/bin/ob"

Build From Source

git clone https://github.com/Belphemur/obsidian-headless.git
cd obsidian-headless/src
go build -o ob ./cmd/ob-go
Edit this page on GitHub
Last Updated: 5/1/26, 8:35 PM
Contributors: Belphemur
Prev
Docker Installation