Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mac] Add background startup daemon mode #672

Closed
cbjn opened this issue Jan 16, 2024 · 5 comments · Fixed by #674
Closed

[Mac] Add background startup daemon mode #672

cbjn opened this issue Jan 16, 2024 · 5 comments · Fixed by #674

Comments

@cbjn
Copy link

cbjn commented Jan 16, 2024

Little mode

@Chilledheart
Copy link
Owner

I guess you can use yass_cli for systemd (linux)/launchctl daemon (macOS) for your case.

@cbjn cbjn closed this as completed Jan 17, 2024
@Chilledheart
Copy link
Owner

Chilledheart commented Jan 17, 2024

Yes, for systemd (linux) you can start with this service file. For macOS, you can refer to the official manual of launchctl. And for windows, you can start yass (i refer to yass_cli for cli client instead) in background by clicking "autostart" checkbox which makes yass start in quite mode. If you have troubles with yass_cli binaries in release note page, you can refer to this building document to build yass_cli from source code.

So for most cases, you don't need real daemon mode.

@cbjn
Copy link
Author

cbjn commented Jan 17, 2024

Keep Menu bar in background (macOS)

@cbjn cbjn reopened this Jan 17, 2024
@cbjn cbjn changed the title Add background startup daemon mode [Mac] Add background startup daemon mode Jan 17, 2024
Chilledheart added a commit that referenced this issue Jan 17, 2024
@Chilledheart
Copy link
Owner

Which architecture do you use, arm64 or x64? Can you give this dmg a try?
yass-macos-release-arm64-1.5.19-10-g74573f93.dmg.zip

@cbjn
Copy link
Author

cbjn commented Jan 17, 2024

您使用哪种架构,arm64 还是 x64?你能试试这个dmg吗? yass-macos-release-arm64-1.5.19-10-g74573f93.dmg.zip

It's working.

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 a pull request may close this issue.

2 participants