Inkscape, but in a browser tab
There is no official Inkscape online, and the projects occasionally have to say so. If what you wanted was a free, open-source vector editor you did not have to install, this is that.
First, the thing you actually searched for
Inkscape is a desktop application for Windows, macOS and Linux. There is no web version, and sites offering to run it in your browser are not the Inkscape project. Dadaki is a different program that fills the same shape of need — free, open source, SVG-native — and genuinely runs in the tab.
Open the editorNo sign-up, no download. It opens on a blank canvas.
How they compare
| Dadaki | Inkscape | |
|---|---|---|
| Install required | None — it is a web page | Desktop download per platform |
| Licence | MIT, open source | GPL, open source |
| Cost | Free | Free |
| Native format | SVG | SVG |
| Depth of SVG spec coverage | Broad, held by a 1,679-fixture suite | Deeper — filters, markers, the long tail |
| Runs on a Chromebook or a locked-down machine | Yes | No |
| Cloud sync and team files | Optional, with an account | No |
| Extensions and scripting | No | Extensive |
| Raster tracing | No | Yes |
| Interface | Small and modern | Large and configurable |
Choose Dadaki when
- You cannot install software — a work laptop, a school machine, a Chromebook.
- You want to open one file, change one thing, and be done.
- You are on macOS and would rather not deal with a GTK application.
- You want the same document on two machines without carrying a file around.
- You want to embed a vector editor in your own product — the library is MIT-licensed and designed to be embedded.
Choose Inkscape when
- You need SVG filter effects, markers or the more obscure corners of the specification.
- You want to trace a bitmap into vectors.
- You script your work, or rely on the extension ecosystem.
- You are doing long, heavy sessions on very large documents on a workstation.
- You need the file on disk, in a folder, under version control, with no browser involved.
Both read and write SVG, so this is not a commitment. Files move between them freely, which makes using whichever is closer to hand a perfectly sensible way to work.
What carries over
The conceptual model is the same one: paths made of nodes and handles, fills and strokes, boolean path operations, groups and z-order, snapping and guides. Dadaki has union, subtract, intersect and exclude on ⌥⌘U, ⌥⌘S, ⌥⌘I and ⇧⌥⌘X, node editing on double-click, and a Live Paint bucket for filling regions bounded by overlapping lines.
Dadaki is free and the editor is open source under the MIT licence — the whole thing is on GitHub. There is no watermark, no export limit and no paid tier gating the drawing tools. An optional account adds cloud sync and shared team files; everything else works signed out.
Open the editorNo sign-up, no download. It opens on a blank canvas.
Questions
Is there an official Inkscape online version?
No. Inkscape is a desktop application only. Any website claiming to be Inkscape in the browser is not run by the Inkscape project.
Can I use Inkscape on a Chromebook?
Only through the Linux container, which is awkward and slow. A browser-based editor like Dadaki is the more practical route on ChromeOS.
Will Dadaki open files I made in Inkscape?
Yes — Inkscape saves SVG, and Dadaki imports SVG. Inkscape's own namespaced extras are ignored, but the artwork itself comes across as editable geometry.
Which has better SVG support?
Inkscape, in absolute terms — it has had two decades to cover the specification's long tail, including filters and markers. Dadaki's import is verified against roughly 1,679 SVG fixtures pixel-diffed against a reference renderer, which covers everyday files well.