Installation1 min

Linux Installation

Linux installation guide

Linux Installation

Installation guide for Ubuntu/Debian and other Linux distros.


📥 Download

  1. Visit Download page
  2. Enter license key (if purchased)
  3. Click "Download for Linux"
  4. Choose .deb or .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.json
Tags
#desktop#linux#installation#ubuntu