--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base ### PAGE CONFIG ### # Hero Section hero: headline: "Download {{ site.brand.name }}" headline_accent: "today" description: "Get {{ site.brand.name }} for your platform and start building amazing things" # Downloads Section downloads: superheadline: icon: "download" text: "Download" headline: "Available on every" headline_accent: "platform" subheadline: "Choose your platform below to get started" supported_platforms: - "Windows" - "macOS" - "Linux" - "Android" - "iOS" loading: headline: "Detecting platform" description: "Determining your operating system..." button_text: "Please wait" coming_soon_mobile: headline: "Coming Soon to Mobile" description: "Enter your email below and we'll send you the desktop version download link." not_available: headline: "Not available yet" description: "{{ site.brand.name }} is not currently available for {{ platform.name }}. Please choose another platform." platforms: - id: "windows" name: "Windows" icon: "windows" description: "Windows 10+" types: - type: "universal" name: "Windows installer" icon: "download" - id: "mac" name: "macOS" icon: "apple" description: "macOS 10.15+ (Apple Silicon & Intel)" types: - type: "universal" name: "macOS installer" icon: "download" - id: "linux" name: "Linux" icon: "linux" description: "Ubuntu 18.04+" types: - type: "debian" name: "Debian package" icon: "download" - type: "snap" name: "Snap package" icon: "download" - id: "android" name: "Android" icon: "android" description: "Android 8.0+" types: - type: "universal" name: "APK download" icon: "download" - id: "ios" name: "iOS" icon: "apple" description: "iOS 13+" types: - type: "universal" name: "Download from App Store" icon: "apple" # Features Section features: superheadline: icon: "star" text: "Benefits" headline: "Why you should" headline_accent: "download" subheadline: "Everything you need to succeed, built right in" items: - title: "Lightning fast" description: "Install in seconds and start using immediately" icon: "bolt" - title: "Cross-platform" description: "Seamlessly sync across all your devices" icon: "sync" - title: "Auto-update" description: "Always get the latest features automatically" icon: "cloud-arrow-down" - title: "Secure" description: "Enterprise-grade security built-in" icon: "shield-check" # System Requirements Section system_requirements: superheadline: icon: "server" text: "Requirements" headline: "System" headline_accent: "requirements" subheadline: "Make sure your device meets these minimum requirements" desktop: label: "Desktop" icon: "desktop" items: - text: "2GB RAM minimum" icon: "check" - text: "500MB free disk space" icon: "check" mobile: label: "Mobile" icon: "mobile" items: - text: "100MB free storage" icon: "check" - text: "Internet connection required" icon: "check" # FAQ Section faqs: superheadline: icon: "messages-question" text: "FAQs" headline: "Frequently asked" headline_accent: "questions" subheadline: "Everything you need to know about downloading and installing {{ site.brand.name }}." items: - question: "Is {{ site.brand.name }} free to download?" answer: "Yes! {{ site.brand.name }} is completely free to download and use. We offer premium features for power users, but the core functionality is always free." - question: "How do I update {{ site.brand.name }}?" answer: "{{ site.brand.name }} automatically checks for updates and will notify you when a new version is available. You can also manually check for updates in the app settings." - question: "Can I use {{ site.brand.name }} on multiple devices?" answer: "Absolutely! Your {{ site.brand.name }} account works across all platforms. Download the app on all your devices and your data will sync automatically." - question: "Is my data secure?" answer: "Yes. We use enterprise-grade encryption to protect your data both in transit and at rest. Your privacy and security are our top priorities." # CTA Section cta: superheadline: icon: "comments" text: "Support" headline: "Need help getting" headline_accent: "started?" subheadline: "Our support team is here 24/7 to help you with installation and setup" primary_button: text: "Contact support" icon: "headset" href: "/contact" secondary_button: text: "View docs" icon: "book" href: "#docs" ---

{{ page.resolved.hero.headline }} {{ page.resolved.hero.headline_accent }}

{{ page.resolved.hero.description }}

Loading...

{{ page.resolved.downloads.loading.headline }}

{{ page.resolved.downloads.loading.description }}

{% for platform in page.resolved.downloads.platforms %} {% assign has_download = false %} {% for type in platform.types %} {% assign config_url = site.download[platform.id][type.type] %} {% iftruthy config_url %} {% assign has_download = true %} {% break %} {% endiftruthy %} {% endfor %}
{% uj_icon platform.icon, "display-4 text-light" %}

{{ platform.name }}

{{ platform.description }}

{% unless has_download %} {% if platform.id == "android" or platform.id == "ios" %} {% else %} {% endif %} {% endunless %} {% if has_download %}
{% for type in platform.types %} {% assign config_url = site.download[platform.id][type.type] %} {% iftruthy config_url %} {% uj_icon type.icon, "fa-3xl me-2" %} {{ type.name }} {% endiftruthy %} {% iffalsy config_url %} {% endiffalsy %} {% endfor %}
{% else %} {% if platform.id == "android" or platform.id == "ios" %}
{% endif %}
{% for type in platform.types %} {% endfor %}
{% endif %}
{% endfor %}
{% iftruthy page.resolved.features.superheadline.text %} {% iftruthy page.resolved.features.superheadline.icon %} {% uj_icon page.resolved.features.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.features.superheadline.text }} {% endiftruthy %}

{{ page.resolved.features.headline }} {% iftruthy page.resolved.features.headline_accent %} {{ page.resolved.features.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.features.subheadline %}

{{ page.resolved.features.subheadline }}

{% endiftruthy %}
{% for feature in page.resolved.features.items %}
{% uj_icon feature.icon, "text-light fs-2" %}

{{ feature.title }}

{{ feature.description }}

{% endfor %}
{% iftruthy page.resolved.system_requirements.superheadline.text %} {% iftruthy page.resolved.system_requirements.superheadline.icon %} {% uj_icon page.resolved.system_requirements.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.system_requirements.superheadline.text }} {% endiftruthy %}

{{ page.resolved.system_requirements.headline }} {% iftruthy page.resolved.system_requirements.headline_accent %} {{ page.resolved.system_requirements.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.system_requirements.subheadline %}

{{ page.resolved.system_requirements.subheadline }}

{% endiftruthy %}
{% uj_icon page.resolved.system_requirements.desktop.icon, "fa-2xl me-2" %} {{ page.resolved.system_requirements.desktop.label }}
    {% for platform in page.resolved.downloads.platforms %} {% if platform.id == 'windows' or platform.id == 'mac' or platform.id == 'linux' %}
  • {% uj_icon "check", "text-success me-2" %} {{ platform.description }}
  • {% endif %} {% endfor %} {% for req in page.resolved.system_requirements.desktop.items %}
  • {% uj_icon req.icon, "text-success me-2" %} {{ req.text }}
  • {% endfor %}
{% uj_icon page.resolved.system_requirements.mobile.icon, "fa-2xl me-2" %} {{ page.resolved.system_requirements.mobile.label }}
    {% for platform in page.resolved.downloads.platforms %} {% if platform.id == 'ios' or platform.id == 'android' %}
  • {% uj_icon "check", "text-success me-2" %} {{ platform.description }}
  • {% endif %} {% endfor %} {% for req in page.resolved.system_requirements.mobile.items %}
  • {% uj_icon req.icon, "text-success me-2" %} {{ req.text }}
  • {% endfor %}
{% iftruthy page.resolved.faqs.superheadline.text %} {% iftruthy page.resolved.faqs.superheadline.icon %} {% uj_icon page.resolved.faqs.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.faqs.superheadline.text }} {% endiftruthy %}

{{ page.resolved.faqs.headline }} {% iftruthy page.resolved.faqs.headline_accent %} {{ page.resolved.faqs.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.faqs.subheadline %}

{{ page.resolved.faqs.subheadline }}

{% endiftruthy %}
{% for faq in page.resolved.faqs.items %}

{{ faq.answer }}
{% endfor %}
{% uj_icon "messages-question", "text-white" %}
{% uj_icon "shield-check", "text-white" %}
{% iftruthy page.resolved.cta.superheadline.text %} {% iftruthy page.resolved.cta.superheadline.icon %} {% uj_icon page.resolved.cta.superheadline.icon, "me-1" %} {% endiftruthy %} {{ page.resolved.cta.superheadline.text }} {% endiftruthy %}

{{ page.resolved.cta.headline }} {% iftruthy page.resolved.cta.headline_accent %} {{ page.resolved.cta.headline_accent }} {% endiftruthy %}

{% iftruthy page.resolved.cta.subheadline %}

{{ page.resolved.cta.subheadline }}

{% endiftruthy %}
{{ content | uj_content_format }}