diff --git a/assets/apps/_template/index.yaml b/assets/apps/_template/index.yaml
index 98b6ac3b..af878fb8 100644
--- a/assets/apps/_template/index.yaml
+++ b/assets/apps/_template/index.yaml
@@ -25,6 +25,7 @@ platforms:
# Or just boolean for platforms without store links
windows: true
linux: true
+ freebsd: true
# Web app with hosted URL
web:
url: https://my-awesome.netlify.app
diff --git a/assets/apps/app-schema.json b/assets/apps/app-schema.json
index 062dcf1f..d22a499c 100644
--- a/assets/apps/app-schema.json
+++ b/assets/apps/app-schema.json
@@ -85,6 +85,7 @@
]
},
"linux": { "type": "boolean" },
+ "freebsd": { "type": "boolean" },
"web": {
"oneOf": [
{ "type": "boolean" },
diff --git a/assets/apps/firmium/index.yaml b/assets/apps/firmium/index.yaml
index 5839daa2..bca1f2e2 100644
--- a/assets/apps/firmium/index.yaml
+++ b/assets/apps/firmium/index.yaml
@@ -10,6 +10,7 @@ platforms:
macos: false
windows: true
linux: true
+ freebsd: true
web: false
docker: false
other: false
diff --git a/content/en/docs/developers/adding-apps.md b/content/en/docs/developers/adding-apps.md
index adac22e1..9f7018ea 100644
--- a/content/en/docs/developers/adding-apps.md
+++ b/content/en/docs/developers/adding-apps.md
@@ -91,6 +91,7 @@ The `isOpenSource` field controls whether the app displays an open source badge
- `macos` - macOS (optionally with Mac App Store link)
- `windows` - Windows
- `linux` - Linux
+- `freebsd` - FreeBSD
- `web` - Web browser
- `docker` - Docker container (optionally with Docker Hub link)
- `other` - CLI tools, other platforms
diff --git a/layouts/apps/list.html b/layouts/apps/list.html
index 9926dee9..f94e762a 100644
--- a/layouts/apps/list.html
+++ b/layouts/apps/list.html
@@ -69,6 +69,10 @@
macOS
+