diff --git a/play.d/anytype.sh b/play.d/anytype.sh
new file mode 100755
index 0000000000000000000000000000000000000000..2e8ef11cb953b0a6e5649ea85778c1cd95bb4d0a
--- /dev/null
+++ b/play.d/anytype.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+PKGNAME=Anytype
+SUPPORTEDARCHES="x86_64"
+VERSION="$2"
+DESCRIPTION='The everything app for those who celebrate trust & autonomy'
+URL="https://anytype.io/"
+
+. $(dirname $0)/common.sh
+
+warn_version_is_not_supported
+
+PKGURL="$(eget --list --latest https://download.anytype.io/ "*.AppImage")"
+
+install_pkgurl
+