Edit any XML.
Beautifully.

A fast, elegant XML editor with syntax highlighting, live tree viewer, and split view. Built for developers who care about their tools.

v{{version}} · macOS, Windows

InXML — config.xml
Recent Files
config.xml
manifest.xml
sitemap.xml
pom.xml
layout.xsl
<?xml version="1.0" encoding="UTF-8"?>
<application name="MyApp">
  <server host="0.0.0.0" port="8080">
    <ssl enabled="true" />
    <timeout>30000</timeout>
  </server>
  <database>
    <connection type="postgresql">
      <host>db.example.com</host>
      <pool max="20" />
    </connection>
  </database>
</application>
Structure 12 nodes
application name="MyApp"
server host="0.0.0.0" port="8080"
ssl enabled="true"
timeout 30000
database
connection type="postgresql"
host db.example.com
pool max="20"

Works with every XML format you already use

.xml XML
.xsl XSLT
.xsd XSD
.svg SVG
.plist Plist

Everything you need.
Nothing you don't.

A focused, fast XML editor without the bloat. Edit, view, validate.

Syntax Highlighting

Full XML syntax highlighting powered by CodeMirror 6. Tags, attributes, values, and comments all color-coded.

Live Tree Viewer

See your XML structure as a collapsible tree. Expand, collapse, and click any node to jump to that line in the editor.

Split View

Editor and tree viewer side by side with a draggable divider. Switch between editor-only, split, or viewer-only modes.

Dark & Light Themes

Beautiful dark and light themes that follow your system preference. Or override manually in settings.

Format & Validate

Auto-format messy XML with one click. Real-time validation shows errors instantly in the status bar.

Native & Beautiful

Custom titlebar, smooth animations, and a polished UI. Feels native on macOS and Windows with tabbed editing.

Three steps. That's it.

1

Open

Open any XML file or drag and drop it into the editor. Supports XML, XSL, XSD, SVG, XHTML, and Plist.

2

Edit

Write and edit XML with syntax highlighting, auto-close tags, and bracket matching. Format with a single shortcut.

3

Explore

Browse the tree structure, click to navigate, expand and collapse nodes. See validation status in real time.

Ready to get started?

Free, open source, and available for macOS and Windows.

v{{version}} · Free & Open Source · No account required