EditiX XML Editor is a powerful, open-source XML Editor :
- Elegant, user-intuitive interface
- Smart on-the-fly syntax helper
- XSLT Editor and Debugger
- Visual W3C Schema Editor
- XML Project Management
- Complete XML Workflow
Build : 090426
This program requires Java 8 or later.
Install git for your machine at https://git-scm.com/install
Install a java jdk for your machine at https://www.oracle.com/java/technologies/downloads
Install ant (for compiling/running all) for your machine at https://ant.apache.org/ivy/download.cgi
Get the EditiX repository from the command line with
git clone https://github.com/AlexandreBrillant/Editix-xml-editorCompile the EditiX XML Editor Source with
ant compileBy default EditiX is compiled under Java 8, if you want another version (like Java 7), juste update the build.xml updating the "source" and "target" attributes (like 1.7) for the javac command.
Now you can run EditiX XML Editor with
ant runOr using
run.bat(You may replace 17 for the openjdk by 18,19...)
sudo apt install openjdk-17-jre
sudo apt install openjdk-17-jdk
sudo apt install ant
git clone https://github.com/AlexandreBrillant/Editix-xml-editor
ant compile
ant runIf you see the following error "java.awt.AWTError : Assistive Technology not found..." then edit the /etc/java-8-openjdk/accessibility.properties (update 8 by your java version) and put a (#) comment for the line "assistive_technologies=..."
EditiX is licensed under the GPL-3.0. This means:
You can modify the code for non-commercial projects. You can redistribute modified versions under GPL-3.0 (with source code).
A commercial license is required to integrate EditiX into proprietary software
For closed-source projects or commercial use without GPL constraints, a commercial license is available:
This allows integration into proprietary software and closed-source projects.
For questions or support, contact me at : https://www.editix.com or at my professional web site : https://www.alexandrebrillant.com
Copyright (c) 2026 Alexandre Brillant. All rights reserved.

