Skip to content

feat: support app search even if Spotlight is disabled#1028

Merged
medcl merged 2 commits intomainfrom
macos_lsregister
Dec 25, 2025
Merged

feat: support app search even if Spotlight is disabled#1028
medcl merged 2 commits intomainfrom
macos_lsregister

Conversation

@SteveLauC
Copy link
Member

Previously, we relied on Spotlight (mdfind) to fetch the app list, which means it won't work if users disable their Spotlight index.

This commit bumps the applications-rs library, which can now list apps using lsregister, macOS's launch service tool. (See commit 1 for details). With this, our app search works even tough Spotlight is disabled.

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

Previously, we relied on Spotlight (mdfind) to fetch the app list,
which means it won't work if users disable their Spotlight index.

This commit bumps the applications-rs library, which can now list
apps using `lsregister`, macOS's launch service tool. (See commit [1]
for details). With this, our app search works even tough Spotlight
is disabled.

[1]: infinilabs/applications-rs@ec174b7
@medcl medcl merged commit b5afed4 into main Dec 25, 2025
4 checks passed
@medcl medcl deleted the macos_lsregister branch December 25, 2025 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants