Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/airbuddy/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "2.8.1",
"version": "3.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'codes.rambo.AirBuddy';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'codes.rambo.AirBuddy' AND version_compare(bundle_short_version, '2.8.1') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'codes.rambo.AirBuddy' AND version_compare(bundle_short_version, '3.0') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'codes.rambo.AirBuddy');"
},
"installer_url": "https://su.airbuddy.app/kCRSAmcjBc/AirBuddy_v2.8.1-660.dmg",
"installer_url": "https://su.airbuddy.app/lleMaylxgd/AirBuddy_v3.0-953.dmg",
"install_script_ref": "d2a86d92",
"uninstall_script_ref": "a18b7e7a",
"sha256": "61e3b5ce63d1345e3a126b91a75e3627d491bd6cc7ada5abd7e56eaad849cec4",
"sha256": "ed22f4e08a91bc1c4081893bd9571e0286c25e6e31d502b8a6ae7b93fef37038",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/amie/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "260814.0.0",
"version": "260821.0.0",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'so.amie.electron-app';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'so.amie.electron-app' AND version_compare(bundle_short_version, '260814.0.0') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'so.amie.electron-app' AND version_compare(bundle_short_version, '260821.0.0') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'so.amie.electron-app');"
},
"installer_url": "https://github.com/amieso/electron-releases/releases/download/v260814.0.0/Amie-260814.0.0-arm64-mac.zip",
"installer_url": "https://github.com/amieso/electron-releases/releases/download/v260821.0.0/Amie-260821.0.0-arm64-mac.zip",
"install_script_ref": "be47fa85",
"uninstall_script_ref": "44125419",
"sha256": "23b4600002f9b5948541189170567c490d98c5d841612c8be3063a0bd4d0dac8",
"sha256": "bc0e4d2ce703ec626ab331484a69c08bf77d96dc6d393fb3f4f3906360960aed",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/arc/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "1.161.0",
"version": "1.161.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'company.thebrowser.Browser';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'company.thebrowser.Browser' AND version_compare(bundle_short_version, '1.161.0') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'company.thebrowser.Browser' AND version_compare(bundle_short_version, '1.161.1') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'company.thebrowser.Browser');"
},
"installer_url": "https://releases.arc.net/release/Arc-1.161.0-85574.zip",
"installer_url": "https://releases.arc.net/release/Arc-1.161.1-85803.zip",
"install_script_ref": "cbf109ae",
"uninstall_script_ref": "a19b04fa",
"sha256": "e5580dfb9f640bf90a5574dbca734691a029cbdd73a3dd5004fd37fa1094d8c8",
"sha256": "06e241de8f8aef42b358a113de2e77199a66e46f7092f83c4df0fb68217f6969",
"default_categories": [
"Browsers"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/aws-cli/windows.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "2.36.28",
"version": "2.36.29",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name LIKE 'AWS Command Line Interface v2 %' AND publisher = 'Amazon Web Services';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'AWS Command Line Interface v2 %' AND publisher = 'Amazon Web Services' AND version_compare(version, '2.36.28') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'AWS Command Line Interface v2 %' AND publisher = 'Amazon Web Services' AND version_compare(version, '2.36.29') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM processes WHERE LOWER(name) = 'aws command line interface v2.exe');"
},
"installer_url": "https://awscli.amazonaws.com/AWSCLIV2-2.36.28.msi",
"installer_url": "https://awscli.amazonaws.com/AWSCLIV2-2.36.29.msi",
"install_script_ref": "22e48c46",
"uninstall_script_ref": "58bcd016",
"sha256": "56dd1e26ea19f2737168be82fda06eadc6a0cde9542938867d33fcb9933e43d6",
"sha256": "92d1724791ef831770941f61f4c7a5d134c846cc68710f67a5f16e9390ebb612",
"default_categories": [
"Developer tools"
],
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/bettertouchtool/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "6.746",
"version": "6.747",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.hegenberg.BetterTouchTool';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.hegenberg.BetterTouchTool' AND version_compare(bundle_short_version, '6.746') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.hegenberg.BetterTouchTool' AND version_compare(bundle_short_version, '6.747') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'com.hegenberg.BetterTouchTool');"
},
"installer_url": "https://folivora.ai/releases/btt6.746-2026082105.zip",
"installer_url": "https://folivora.ai/releases/btt6.747-2026082206.zip",
"install_script_ref": "17a00450",
"uninstall_script_ref": "b0dc7152",
"sha256": "1b0bca1e9e41adf1218ae8b1b27985099f2f5a940f3cf60a2089503812a2b011",
"sha256": "ef2d21e45793b834a6d471f45c28ffb5ff1e87dd4b22b0d838c4c121d0f92134",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/brave-browser/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "151.1.93.137",
"version": "151.1.93.138",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '151.1.93.137') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.brave.Browser' AND version_compare(bundle_short_version, '151.1.93.138') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'com.brave.Browser');"
},
"installer_url": "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/stable-arm64/193.137/Brave-Browser-arm64.dmg",
"installer_url": "https://updates-cdn.bravesoftware.com/sparkle/Brave-Browser/stable-arm64/193.138/Brave-Browser-arm64.dmg",
"install_script_ref": "32bb30f2",
"uninstall_script_ref": "9a376609",
"sha256": "6eab40d431f19bd1906e3661e5fdd6a8bcaf3c81fa35ab099855a4fbf9b38441",
"sha256": "7f5a87929dde058705a55e5fbb0b6043c9f196108429443a0a5d4e086e9703c0",
"default_categories": [
"Browsers"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/chatbox/windows.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "1.22.4",
"version": "1.22.5",
"queries": {
"exists": "SELECT 1 FROM programs WHERE name LIKE 'Chatbox %' AND name NOT LIKE 'Chatbox Community%' AND publisher = 'Benn Huang';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Chatbox %' AND name NOT LIKE 'Chatbox Community%' AND publisher = 'Benn Huang' AND version_compare(version, '1.22.4') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM programs WHERE name LIKE 'Chatbox %' AND name NOT LIKE 'Chatbox Community%' AND publisher = 'Benn Huang' AND version_compare(version, '1.22.5') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM processes WHERE LOWER(name) = 'chatbox.exe');"
},
"installer_url": "https://download.chatboxai.app/releases/Chatbox-1.22.4-Setup.exe",
"installer_url": "https://download.chatboxai.app/releases/Chatbox-1.22.5-Setup.exe",
"install_script_ref": "dd2de847",
"uninstall_script_ref": "ba694131",
"sha256": "04775aa657e8ef9120796a264c477762a8a697baa6e6ac3ee705193e8c0e9493",
"sha256": "4bc8cf517d45f2bfd341dc3632d812b357f16f657eb7f77ac4bd31fe53327f94",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/chatgpt/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "26.818.31338",
"version": "26.818.41705",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.openai.chat';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.openai.chat' AND version_compare(bundle_short_version, '26.818.31338') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.openai.chat' AND version_compare(bundle_short_version, '26.818.41705') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'com.openai.chat');"
},
"installer_url": "https://persistent.oaistatic.com/codex-app-prod/ChatGPT-darwin-arm64-26.818.31338.zip",
"installer_url": "https://persistent.oaistatic.com/codex-app-prod/ChatGPT-darwin-arm64-26.818.41705.zip",
"install_script_ref": "cbce2d7d",
"uninstall_script_ref": "678e6cf0",
"sha256": "439e6c50c1f33f4f63f65aec9ddd0c8f04754be630e2e1361f95d1bfa83e85ea",
"sha256": "522536a3ee61f404c24d462443dd131f4b0ebb74b77a33ea50d8d2354b386eff",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/deezer/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "7.1.300",
"version": "7.1.310",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.deezer.deezer-desktop';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.deezer.deezer-desktop' AND version_compare(bundle_short_version, '7.1.300') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.deezer.deezer-desktop' AND version_compare(bundle_short_version, '7.1.310') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'com.deezer.deezer-desktop');"
},
"installer_url": "https://www.deezer.com/desktop/download/artifact-darwin-x64-7.1.300",
"installer_url": "https://www.deezer.com/desktop/download/artifact-darwin-x64-7.1.310",
"install_script_ref": "40d69a44",
"uninstall_script_ref": "7a7ca836",
"sha256": "82075cd4b2a742b1196651c20bc36de77fc4af1e5d6cb9cdbba05bd59f195759",
"sha256": "9ffc00cb6b22a8ed907d24a2a2ec93efc2fa48eca0d45441b531a1f1ada6fa7b",
"default_categories": [
"Productivity"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/exifcleaner/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "4.2.0",
"version": "4.2.1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.exifcleaner';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.exifcleaner' AND version_compare(bundle_short_version, '4.2.0') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.exifcleaner' AND version_compare(bundle_short_version, '4.2.1') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'com.exifcleaner');"
},
"installer_url": "https://github.com/szTheory/exifcleaner/releases/download/v4.2.0/ExifCleaner-4.2.0-arm64.dmg",
"installer_url": "https://github.com/szTheory/exifcleaner/releases/download/v4.2.1/ExifCleaner-4.2.1-arm64.dmg",
"install_script_ref": "d01e9e3e",
"uninstall_script_ref": "fe4388fe",
"sha256": "f42ddb013957deec192f77cf424cd96103480d3c05468f4eb93685f88caf667d",
"sha256": "10b2a070ac0fb399f4bb1468d341e0cc0984aa627cd2f118ed370e7fe748a258",
"default_categories": [
"Utilities"
]
Expand Down
8 changes: 4 additions & 4 deletions ee/maintained-apps/outputs/expressvpn/darwin.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "14.2.0.13656",
"version": "14.2.1.13658",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'com.expressvpn.ExpressVPN';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.expressvpn.ExpressVPN' AND version_compare(bundle_short_version, '14.2.0.13656') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'com.expressvpn.ExpressVPN' AND version_compare(bundle_short_version, '14.2.1.13658') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'com.expressvpn.ExpressVPN');"
},
"installer_url": "https://www.expressvpn.works/clients/mac/expressvpn-macos-universal-14.2.0.13656_release.zip",
"installer_url": "https://www.expressvpn.works/clients/mac/expressvpn-macos-universal-14.2.1.13658_release.zip",
"install_script_ref": "efad6361",
"uninstall_script_ref": "f6060d51",
"sha256": "17d4f67c581ac4cb184ce3bc9fec51bb16f6da88f6ced87589fed266ae0468d6",
"sha256": "fc14357bd30b1bdaf739c5743b2d0690afe7720f56bf802a3e54f36fb1589162",
"default_categories": [
"Productivity"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"versions": [
{
"version": "155.0b2",
"version": "155.0b3",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.firefoxdeveloperedition';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.firefoxdeveloperedition' AND version_compare(bundle_version, '15526.8.19') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.firefoxdeveloperedition' AND version_compare(bundle_version, '15526.8.21') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'org.mozilla.firefoxdeveloperedition');"
},
"installer_url": "https://download-installer.cdn.mozilla.net/pub/devedition/releases/155.0b2/mac/en-US/Firefox%20155.0b2.dmg",
"installer_url": "https://download-installer.cdn.mozilla.net/pub/devedition/releases/155.0b3/mac/en-US/Firefox%20155.0b3.dmg",
"install_script_ref": "b679ecd7",
"uninstall_script_ref": "292c5733",
"sha256": "f223973170b8828e28db57dfbd3aa7b6c089b01a2098c23dc6dc43542bc9dde7",
"sha256": "4aaf57b8e160f8801ec870d9317635f44e4d82e21dbfcfafb0a7b520ee2b4018",
"default_categories": [
"Browsers"
]
Expand Down
6 changes: 3 additions & 3 deletions ee/maintained-apps/outputs/firefox@nightly/darwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "156.0a1",
"queries": {
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.nightly';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.nightly' AND version_compare(bundle_version, '15626.8.20') < 0);",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.mozilla.nightly' AND version_compare(bundle_version, '15626.8.21') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'org.mozilla.nightly');"
},
"installer_url": "https://ftp.mozilla.org/pub/firefox/nightly/2026/08/2026-08-20-21-48-44-mozilla-central/firefox-156.0a1.en-US.mac.dmg",
"installer_url": "https://ftp.mozilla.org/pub/firefox/nightly/2026/08/2026-08-21-21-37-23-mozilla-central/firefox-156.0a1.en-US.mac.dmg",
"install_script_ref": "d9c4cf87",
"uninstall_script_ref": "0661f848",
"sha256": "f4fe27c93adf5b8336e114f77d7d236f9a72923f0b3bbdb7d6955e6d807e0d6c",
"sha256": "8799605a81e7e262377798bb0972bab54bf99c513a0f8fc1ffbd0cccbdda4428",
"default_categories": [
"Browsers"
]
Expand Down
Loading
Loading