How to open an Obsidian Canvas without Obsidian
Published 2026-06-20
Obsidian Canvas is a lovely way to lay out ideas, but the .canvas files it produces
have a way of escaping the app — a teammate shares one, it shows up as an email attachment, or
you find one committed to a Git repository. If you do not use Obsidian, double-clicking the file
usually does nothing. Here is how to open and even export an Obsidian Canvas without installing
anything.
Why the file will not just open
A .canvas file is not a special binary format — it is plain JSON that follows the
open JSON Canvas specification. The reason your operating
system does not preview it is simply that the .canvas extension is not associated
with any default application. The data is all there; you just need something that knows how to
draw it. (If you want the full breakdown of what is inside, see
what is a .canvas file.)
Option 1: a browser-based viewer (fastest)
The quickest route is a tool that reads the JSON and renders the board for you. Our view an Obsidian Canvas online page does exactly that: drop the file in and the board appears — text cards with their Markdown, groups, colors, and the arrows between nodes. Crucially, the file is parsed entirely in your browser and is never uploaded, which matters because canvases often contain private notes. When you need a copy to send around, you can export the board to SVG (sharp at any size) or to a high-resolution PNG.
Option 2: install Obsidian
If you expect to work with the canvas regularly — editing it, following links into notes, or embedding new files — installing Obsidian and importing the file into a vault is the full-power option. It is free to download. The trade-off is setup time and the fact that the embedded notes and images only resolve if you actually have the original vault.
The one limitation to know about
Whichever route you choose, be aware that an Obsidian Canvas does not embed its attachments. A
card that shows a note or an image inside Obsidian stores only a path to that file in
the vault, not the file itself. So if all you have is a lone .canvas file, those
cards cannot be reconstructed — a good viewer will display them as labelled placeholders. The
text cards, groups, colors, and connections, however, are stored directly in the file and render
perfectly.
Bottom line
You do not need Obsidian to look at an Obsidian Canvas. Because the format is open, a small browser tool can render the whole board in a second — privately, with no upload, and with a one-click export to PNG or SVG when you want to share it with someone who has never heard of Obsidian.