diff --git a/README.md b/README.md
index 1d618f06..875fb77d 100644
--- a/README.md
+++ b/README.md
@@ -214,6 +214,7 @@ cog.out(pretty_list)
| [](https://github.com/arunsivaramanneo/GPU-Viewer) | `gpu-viewer` | A front-end to glxinfo, vulkaninfo, clinfo and es2_info. |
| [](https://github.com/anchore/grype) | `grype` | A vulnerability scanner for container images and filesystems. |
| [](https://heroicgameslauncher.com/) | `heroic` | An Open Source GOG and Epic games launcher. |
+| [](https://helio.fm/) | `helio-workstation` | libre music composition software |
| [](https://gohugo.io/) | `hugo` | Open-source static site generator. |
| [](https://hyper.is/) | `hyper` | A terminal built on web technologies. |
| [](https://github.com/igdmapps/igdm) | `igdm` | Continue your Instagram direct messages from your phone to your desktop. |
diff --git a/deb-get b/deb-get
index 2ee3f953..7c946a43 100644
--- a/deb-get
+++ b/deb-get
@@ -664,6 +664,16 @@ function deb_github-desktop() {
SUMMARY="Simple collaboration from your desktop."
}
+function deb_helio-workstation() {
+ if [ "${ACTION}" != "prettylist" ]; then
+ URL="$(curl -s -f -L https://helio.fm |grep -o "https://..*\.deb"|grep -v dev)"
+ VERSION_PUBLISHED="$(echo "${URL}" |cut -d '-' -f2)"
+ fi
+ PRETTY_NAME="Helio Project"
+ WEBSITE="https://helio.fm/"
+ SUMMARY="libre music composition software"
+}
+
function deb_lsd() {
ARCHS_SUPPORTED="amd64 arm64"
get_github_releases "https://api.github.com/repos/Peltoche/lsd/releases/latest"