Installation1 min
Linux Installation
Linux installation guide
Linux Installation
Installation guide for Ubuntu/Debian and other Linux distros.
📥 Download
- Visit Download page
- Enter license key (if purchased)
- Click "Download for Linux"
- Choose
.debor.AppImage
🔧 Install (.deb)
# Install with dpkg
sudo dpkg -i yamlforge_*.deb
# Fix dependencies
sudo apt-get install -f🔧 Install (AppImage)
# Make executable
chmod +x YAMLforge-*.AppImage
# Run
./YAMLforge-*.AppImage🖥️ CLI Usage
# If added to PATH
yamlforge input.yaml output.json
# With AppImage
./YAMLforge-*.AppImage --cli input.yaml output.jsonTags
#desktop#linux#installation#ubuntu