Download Silverbullet 114 Updated

Open two browser tabs pointed to the same SilverBullet space. Create a new page in tab A, then immediately edit it in tab B. If no “Conflict detected” error appears (and the changes merge cleanly), you are on the updated version.


The phrase “download silverbullet 114 updated” can be ambiguous because SilverBullet is not a traditional desktop app with a one-click installer. Instead, you download a binary or a Docker image. Below are the official, safe methods.

If you prefer containerization, pull the updated image:

docker pull silverbulletmd/silverbullet:1.1.4

To run it with persistent storage:

docker run -d -p 3000:3000 -v ~/silverbullet-space:/space silverbulletmd/silverbullet:1.1.4

The tag :latest may lag behind, so always specify :1.1.4 to ensure you have the updated version.

Before diving into the update mechanics, let’s establish why SilverBullet has become a cult favorite. SilverBullet is an open-source, self-hosted note-taking application that flips the script on traditional editors. It is:

Unlike Obsidian or Logseq, SilverBullet is not tied to a proprietary sync engine. Unlike Joplin, it offers true web-native editing. Version 1.1.4 continues this legacy with crucial refinements. download silverbullet 114 updated


Solution: Clear your browser cache. The PWA service worker may be holding onto old assets. Hard refresh: Ctrl+Shift+R (Windows/Linux) or Cmd+Shift+R (Mac). Then go to chrome://serviceworker-internals/ (or equivalent for your browser) and unregister any SilverBullet workers.

After following this guide, run a quick version check from inside SilverBullet:

You should also see the Git commit hash matching the official 1.1.4 release on GitHub. Open two browser tabs pointed to the same SilverBullet space

If you see 1.1.4, congratulations – you have successfully downloaded and installed the updated SilverBullet.


Solution: The updated 1.1.4 may have relocated some dependencies. First, clear Deno’s cache:

deno cache --reload https://get.silverbullet.md/versions/1.1.4/silverbullet.js

Then run again. If it still fails, download the binary version instead—Deno updates sometimes break version pinning. The phrase “download silverbullet 114 updated” can be