alexl6 / windows-arm-apps

A list of natively running software on Windows arm architecture

Home Page:https://armrepo.ver.lt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windows-arm-apps

A Website, listing Windows ARM apps that can run natively on ARM architecture.

https://armrepo.ver.lt

To add a new app to a website, edit this file:

assets/config.yml

Add a new category:

  - name: "Web Browsers" # Category name
    icon: "fa-solid fa-file-zipper" # Category icon from https://fontawesome.com/icons
    items:

Add a new app (below the category section, below "items:" line):

      - name: "Firefox Browser" # App name
        logo: "assets/tools/firefox.png" # App icon
        url: "https://www.mozilla.org/en-GB/firefox/all/#product-desktop-release" # URL to download the app
        target: "_blank"

App icons:

assets/tools/*.png

App icons have to be in png format, transparent and 64x64 in size.

Website template from Homer.

About

A list of natively running software on Windows arm architecture

https://armrepo.ver.lt


Languages

Language:HTML 62.0%Language:CSS 38.0%