Skip to content

Seeker UI v0.9.0

Choose a tag to compare

@lixin-yang-gh lixin-yang-gh released this 04 Jul 14:18

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.app

Linux 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:

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Run npm run package:linux to generate an AppImage or distribution-specific package.