{% extends "base.html" %}{% block title %}PaganOS Linux – {{ t('hero_title') }} | PaganLinux{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ t('hero_eyebrow') }}

Pagan Linux

{{ t('hero_subtitle') }}

⬇ {{ t('download_iso') }} {{ t('browse_repo') }} {{ t('browse_docs') }}
{{ pkg_count }}
{{ t('pkg_count') }}
{{ build_status.success }}
{{ t('ok_count') }}
{{ build_status.failed }}
{{ t('fail_count') }}
{{ build_status.total_builds }}
{{ t('build_count') }}
{{ t('live_builds') }}
{% if build_status.current_build %} {% set cb = build_status.current_build %}
{{ cb.name }}-{{ cb.version }} {{ cb.category }}
{{ cb.step_text or '' }}
{% else %}
{{ t('no_active_build') }}
{% endif %}
{{ t('latest_build_lbl') }}: {% if build_status.last_build %}{{ build_status.last_build.name }}-{{ build_status.last_build.version }} {{ '✅' if build_status.last_build.status == 'ok' else '❌' }}{% else %}—{% endif %} {{ t('last_sync_lbl') }}: {{ build_status.last_sync or '—' }} {{ t('build_panel_link') }}
{{ t('why_title') }}

{{ t('feat_from_scratch') }}

{{ t('feat_from_scratch_desc') }}

{{ t('feat_pkg_mgr') }}

{{ t('feat_pkg_mgr_desc') }}

{{ t('feat_toolchain') }}

{{ t('feat_toolchain_desc') }}

{{ t('feat_security') }}

{{ t('feat_security_desc') }}


{{ t('pkg_repo') }}

{{ pkg_count }} {{ t('pkg_repo_desc') }}
{% if pkg_cats %}
{% for cat, n in pkg_cats.items() %}{{ cat }} · {{ n }}{% endfor %}
{% endif %}
pag search firefox
pag install firefox
{{ t('browse_pkgs') }}

⬇ {{ t('download_iso') }}

PaganOS udostępniany jest jako gotowe obrazy ISO – wybierz środowisko graficzne, sprawdź sumę kontrolną i uruchom z pendrive'a. Rolling release: raz zainstalowany system aktualizujesz przez pag upgrade.

⬇ {{ t('download_iso') }} {{ t('browse_docs') }}

{{ t('missing_pkg') }}

{{ t('missing_pkg_desc') }}

{{ t('suggest_pkg') }}
{% endblock %}