Skip to content

Releases: epicsagas/obsidian-forge

Dashboard v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 04:33

Install obsidian-forge 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/obsidian-forge/releases/download/v0.3.1/obsidian-forge-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/obsidian-forge/releases/download/v0.3.1/obsidian-forge-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/obsidian-forge

Download obsidian-forge 0.3.1

File Platform Checksum
obsidian-forge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
obsidian-forge-x86_64-apple-darwin.tar.xz Intel macOS checksum
obsidian-forge-x86_64-pc-windows-msvc.zip x64 Windows checksum
obsidian-forge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
obsidian-forge-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

Dashboard desktop builds

Desktop dashboard builds (v0.3.1).
Unsigned — see README for macOS Gatekeeper and Windows SmartScreen bypass.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 11:23

Install obsidian-forge 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/obsidian-forge/releases/download/v0.3.0/obsidian-forge-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/obsidian-forge/releases/download/v0.3.0/obsidian-forge-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/obsidian-forge

Download obsidian-forge 0.3.0

File Platform Checksum
obsidian-forge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
obsidian-forge-x86_64-apple-darwin.tar.xz Intel macOS checksum
obsidian-forge-x86_64-pc-windows-msvc.zip x64 Windows checksum
obsidian-forge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
obsidian-forge-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.2.6 - 2026-06-13

Choose a tag to compare

@github-actions github-actions released this 13 Jun 14:51

Release Notes

Fixed

  • doctor: inbox item count now ignores dotfiles (e.g. .DS_Store) and system dirs, consistent with the MOC/index scanners

Install obsidian-forge 0.2.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/obsidian-forge/releases/download/v0.2.6/obsidian-forge-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/obsidian-forge/releases/download/v0.2.6/obsidian-forge-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/obsidian-forge

Download obsidian-forge 0.2.6

File Platform Checksum
obsidian-forge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
obsidian-forge-x86_64-apple-darwin.tar.xz Intel macOS checksum
obsidian-forge-x86_64-pc-windows-msvc.zip x64 Windows checksum
obsidian-forge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
obsidian-forge-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.2.5 - 2026-06-12

Choose a tag to compare

@github-actions github-actions released this 12 Jun 04:43

Release Notes

Added

  • Claude Code and Codex plugin manifests with skills directory (.claude-plugin/, .codex-plugin/)
  • Agent KB: index.md generation and Obsidian Linter config for inbox classification

Fixed

  • Inbox processor: handle CRLF line endings and improve subcategory classification
  • All book-forge references renamed to Velith
  • README: missing links in static badges

Changed

  • README: replaced skill install with plugin install, added Antigravity section, synced all translations
  • Bump reqwest from 0.13.3 to 0.13.4
  • Bump chrono from 0.4.44 to 0.4.45

Install obsidian-forge 0.2.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/epicsagas/obsidian-forge/releases/download/v0.2.5/obsidian-forge-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/epicsagas/obsidian-forge/releases/download/v0.2.5/obsidian-forge-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install epicsagas/tap/obsidian-forge

Download obsidian-forge 0.2.5

File Platform Checksum
obsidian-forge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
obsidian-forge-x86_64-apple-darwin.tar.xz Intel macOS checksum
obsidian-forge-x86_64-pc-windows-msvc.zip x64 Windows checksum
obsidian-forge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
obsidian-forge-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 23 May 16:15

What's Changed

Added

  • Vault maintenance automation: new of vault doctor and of vault maintenance subcommands for vault health diagnostics and automated cleanup/repair (#20)

Fixed

  • CI: add publish-homebrew-formula job to release workflow
  • Bump serde_json from 1.0.149 to 1.0.150 (#19)

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 19 May 16:32

What's Changed

Fixed

  • Remove aarch64-linux-musl target due to ports.ubuntu.com outage

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@epicsagas epicsagas released this 25 May 08:56

What's Changed

Added

  • Shell and PowerShell one-line installers with SHA-256 verification

Fixed

  • Homebrew publish job no longer blocks releases

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 19 May 08:25

What's Changed

Added

  • index.md generation for static vault navigation without Dataview dependency (#11)
  • Obsidian Linter config auto-seeding during vault init (#11)

Fixed

  • Handle CRLF line endings and improve subcategory classification in process-all (#10)
  • Remove duplicate dev-dependencies section from merge artifact

Changed

  • Collapse nested conditionals and enhance status output readability
  • Upgrade README badges to for-the-badge style with GitHub stats row
  • Bump actions/checkout from 4 to 6 (#13), actions/upload-artifact from 4 to 7 (#12), actions/download-artifact from 7 to 8 (#14)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 May 09:56

What's Changed

Added

  • Book project management (of book): init, status, export, sync subcommands for vault-integrated writing projects
  • Claude Code skill installation guide in README
  • Book-forge integration guide across all language translations

Changed

  • CLI: daemon install/uninstall renamed to enable/disable (old names work as deprecated aliases)

Full Changelog: v0.1.10...v0.2.0

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 12 May 17:15

What's Changed

Added

  • One-line installer scripts (shell + PowerShell) with SHA-256 verification

Fixed

  • Correct archive filename and extraction path in installer
  • Remove unsupported extra-artifacts from dist-workspace.toml

Full Changelog: v0.1.9...v0.1.10