Releases: lixin-yang-gh/seeker-ui
Release list
Seeker UI v0.9.0
Installing on Windows
Windows may display a "Windows protected your PC" warning during installation. This occurs because the binary is not digitally signed. To avoid the high recurring costs of Certificate Authority subscriptions and the overhead of maintaining a hardware security module for a personal open-source project, I have chosen not to apply code signing at this time. You can proceed by clicking "More info" and then "Run anyway."
Installing on macOS
Applications downloaded outside the App Store are often blocked by Gatekeeper. Due to the cost of maintaining an Apple Developer Program membership and the complexity of automated notarization pipelines for independent developers, this app is not notarized. To run the app, please execute the following command in your Terminal to remove the quarantine attribute:
xattr -rd com.apple.quarantine /Applications/seeker-ui.appLinux Support
There are currently no plans to release a pre-compiled Linux binary. However, the source code is fully compatible with Linux environments. Developers interested in running the app on Linux can build it themselves by following these simple steps:
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm run package:linuxto generate an AppImage or distribution-specific package.