Free and Open Source
An elegant and intuitive user interface
Smart real-time syntax assistance
Built-in AI assistance with LLMs
XSLT Editor and Debugger
Visual W3C Schema Editor
XML Project Management
Image

Features

XML and Transformation

  • XML editing with real-time assistance and validation
  • XSLT 1.0, 2.0 and 3.0 Editor and Debugger
  • XPath and XQuery support
  • XSL-FO and document transformations
  • XML comparison

Schemas and Validation

  • Visual W3C XML Schema Editor
  • DTD, XML Schema, Relax NG and Schematron support
  • Context-sensitive content assistance
  • Schema and XML document generation

Modern Development

  • Built-in AI assistance with LLMs
  • JSON and JSON Schema editing
  • JavaScript DOM API for XML automation
  • HTML, CSS and SVG editing

Productivity and Projects

  • XML project management
  • Multi-file search and XPath tools
  • CSV and XLSX import
  • ZIP and archive support

Customization and Automation

  • Fully customizable interface and preferences
  • Extend EditiX with JavaScript
  • JavaScript DOM API for document processing
  • Create custom menus, toolbars and actions
  • Automate transformations and multi-file workflows

Fair pricing for your business

Editix XML Editor Screenshot
Optional Extension Pack

EditiX is free and open source. The Extension Pack is completely optional and provides additional resources to support the development and use of EditiX.

One Extension Pack license per company.

  • A complete manual with more than 250 screenshots
  • English, French, Spanish and German translations of the manual
  • 7 plugins for using AI cloud providers directly inside EditiX:
    • Anthropic
    • Gemini
    • OpenAI
    • Ollama Cloud
    • DeepSeek
    • xAI
    • Mistral AI
Please note that the processing of your order may take up to 24 hours.
Optional Commercial License

EditiX is free and open source under the GPL-3.0 license. A commercial license is available for companies that need to use EditiX under different licensing terms.

  • A license is per company.
  • Use EditiX in closed-source applications.
  • No obligation to release your source code.
  • Modify the code for internal or commercial use.
  • No copyleft requirements (unlike GPL-3.0).
  • Access to priority support and updates.
Please note that the processing of your order may take up to 24 hours.


Install

Version 2027 - Build 270826

Release Notes

End User License Agreement

Why no more installer?

Providing signed Windows installers now requires paying expensive yearly certificates. As EditiX is maintained by a single developer, and with fewer users than before, continuing to pay for those certificates is no longer sustainable.

Instead, EditiX is 100% free and open-source. You build it once using standard Java tools (git + ant), and you get a fully functioning editor with the same features as before.

This ensures:

  • transparency
  • long-term access to the code
  • no hidden dependencies
  • and a maintained product without subscription or installer fees
Thank you for your understanding and support.

Use the binaries if you don't want to compile EditiX XML Editor yourself.

Windows

1°) Install Git on your computer from https://git-scm.com/install

Check that the 'git' command is available in your terminal [screen]

2°) Install a Java JDK on your computer from https://www.oracle.com/java/technologies/downloads

Check that the 'java' and the 'javac' commands are available in your terminal [screen]

3°) Install Apache Ant to compile and run EditiX from https://ant.apache.org/ivy/download.cgi

Check that the 'ant' command is available in your terminal [screen]

4°) Download EditiX XML Editor using the following command line :

git clone https://github.com/AlexandreBrillant/Editix-xml-editor

Example [screen]

5°) Compile the EditiX XML Editor source code using the following command in a terminal :

ant compile

Example [screen]

6°) Run EditiX XML Editor using the following command :

ant run

or

run.bat or run.sh

7°) Get the latest version with

git pull

Linux/macOS

You will have to adapt the following command to your distribution. We use Ubuntu as an example here.

1°) Install OpenJDK 8 or later

We use version 17 here, but newer versions may also work.

sudo apt install openjdk-17-jre
sudo apt install openjdk-17-jdk

2°) Install ant (if required)

sudo apt install ant

3°) Download EditiX XML Editor using the following command :

git clone https://github.com/AlexandreBrillant/Editix-xml-editor

4°) Compile the EditiX XML Editor source

ant compile

5°) Run EditiX XML Editor

ant run

If you see the following error "java.awt.AWTError : Assistive Technology not found..." then edit the /etc/java-8-openjdk/accessibility.properties (change "8" by your java version) and put a comment(#) for the line "assistive_technologies=..."

6°) Get the latest version with

git pull

Binaries

1°) Install at least a Java 8 Version (if required)

2°) Download the binaries

3°) Use "run.bat" or "run.sh" for running EditiX XML Editor

Contact me

Alexandre Brillant - FRANCE - SIRET 44163934100086
Need a customized version of EditiX for your business ? I offer tailored services to customize, optimize, and integrate EditiX into your workflow.