---
### 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.description }}
{{ page.resolved.downloads.loading.description }} {{ platform.description }} {{ page.resolved.features.subheadline }} {{ feature.description }} {{ page.resolved.system_requirements.subheadline }} {{ page.resolved.faqs.subheadline }} {{ page.resolved.cta.subheadline }}
{{ page.resolved.hero.headline }}
{{ page.resolved.hero.headline_accent }}
{{ page.resolved.downloads.loading.headline }}
{{ platform.name }}
{{ page.resolved.downloads.coming_soon_mobile.headline }}
{{ page.resolved.downloads.coming_soon_mobile.description }}
{{ page.resolved.downloads.not_available.headline }}
{{ site.brand.name }} is not currently available for {{ platform.name }}. Please choose another platform.
{{ page.resolved.features.headline }}
{% iftruthy page.resolved.features.headline_accent %}
{{ page.resolved.features.headline_accent }}
{% endiftruthy %}
{% iftruthy page.resolved.features.subheadline %}
{{ feature.title }}
{{ 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 %}
{% 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 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' %}
{{ page.resolved.faqs.headline }}
{% iftruthy page.resolved.faqs.headline_accent %}
{{ page.resolved.faqs.headline_accent }}
{% endiftruthy %}
{% iftruthy page.resolved.faqs.subheadline %}
{{ page.resolved.cta.headline }}
{% iftruthy page.resolved.cta.headline_accent %}
{{ page.resolved.cta.headline_accent }}
{% endiftruthy %}
{% iftruthy page.resolved.cta.subheadline %}