Menu

Tree [259dd4] main /
 History

HTTPS access


File Date Author Commit
 .github 2026-02-21 Alexander Tverskoy Alexander Tverskoy [647fec] Update create-release.yml
 installer 2026-02-21 Alexander Tverskoy Alexander Tverskoy [dbb091] Partial automation of version increment; Add in...
 samples 2026-01-16 Alexander Tverskoy Alexander Tverskoy [91bc34] Add icons in png format
 src 2026-02-05 Alexander Tverskoy Alexander Tverskoy [bd5748] Upgrade version to 1.0.1
 .gitignore 2026-01-15 Alexander Tverskoy Alexander Tverskoy [5d6b31] Change donation wallets
 CONTRIBUTING.md 2026-03-02 Alexander Tverskoy Alexander Tverskoy [259dd4] Add CONTRIBUTING.md
 LICENSE 2025-12-13 Alexander Tverskoy Alexander Tverskoy [d9a024] Add installer and version check
 README.md 2026-02-21 Alexander Tverskoy Alexander Tverskoy [f42918] Update README.md
 VERSION 2026-02-21 Alexander Tverskoy Alexander Tverskoy [dbb091] Partial automation of version increment; Add in...
 build.cmd 2026-02-21 Alexander Tverskoy Alexander Tverskoy [dbb091] Partial automation of version increment; Add in...
 build32.cmd 2026-02-04 Alexander Tverskoy Alexander Tverskoy [385fec] Add CI/CD pipeline (GitHub Actions + local supp...
 forge.cmd 2026-02-04 Alexander Tverskoy Alexander Tverskoy [385fec] Add CI/CD pipeline (GitHub Actions + local supp...
 makefile 2026-02-04 Alexander Tverskoy Alexander Tverskoy [061f20] Add makefile
 paddoc.ico 2025-12-13 Alexander Tverskoy Alexander Tverskoy [a75c85] Fix editing bugs and add icons
 padxml.ico 2025-12-13 Alexander Tverskoy Alexander Tverskoy [26bc51] Fix file association creation and icon
 padxml.lpi 2026-02-05 Alexander Tverskoy Alexander Tverskoy [bd5748] Upgrade version to 1.0.1
 padxml.lpr 2026-02-05 Alexander Tverskoy Alexander Tverskoy [bd5748] Upgrade version to 1.0.1

Read Me

PadXml

A lightweight application designed to create, edit, and maintain PAD (Portable Application Description) XML files. PAD files are used to describe software products in a standardized format for software directories, download sites, and application catalogs, helping automate software listing and distribution.

License: MIT
Build with: Lazarus
Platform: Windows Linux
Latest Release

sample1

Installation

latest version

Windows

Several installer options are available on the releases page:

Description Files
User installer (MSI) — installs the application for the current user padxml‑x64.msi
padxml‑x86.msi
System installer (MSI) — installs the application for all users on the system padxml‑x64‑allusers.msi
padxml‑x86‑allusers.msi
Portable version — saves its settings to form_settings.json if it is near the executable; otherwise, in the user directory padxml‑x86‑x64‑portable.zip

Download the installer from the releases page, run it, and follow the on-screen instructions. After installation, you can launch PadXml from the Start menu or from the desktop shortcut.


Linux

Debian-like systems (Debian, Ubuntu, etc.)

Download the appropriate .deb package for your system from the releases page, or use wget directly. An example of using wget is provided on the release page.

If you downloaded the package manually, you can also install it via:

sudo dpkg -i /path/to/padxml.deb

If there are missing dependencies, fix them by running:

sudo apt-get install -f

RPM-based systems (Fedora, RHEL, CentOS, openSUSE, etc.)

Download the appropriate .rpm package for your system, or use wget directly. An example of using wget is provided on the release page.

If you downloaded the package manually, you can also install it via:

sudo dnf install /path/to/padxml.rpm

If there are missing dependencies, fix them by running:

sudo dnf install -y gtk2

Donate 💖

If you like this application, you can read how to support it here.

Licensing

PadXml is licensed under the MIT License. See the LICENSE file for details.

MongoDB Logo MongoDB