Enter the URL to your appcast.xml file. We'll fetch and validate it for you.
Drop your appcast.xml here or browse
Paste the full XML content of your appcast feed.
Command Line Interface
Install the CLI for local validation and CI/CD integration
--check-urls verify links
--strict mode
JSON output
stdin support
GitHub Action
Validate appcasts automatically in your CI/CD pipeline
- uses: dweekly/Sparkle-Validator@v1
with:
file: appcast.xml
XSD Schema Validation
Use our XSD schema with xmllint for quick validation
xmllint --schema https://sparklevalidator.com/appcast.xsd --noout
your-appcast.xml