Skip to content

v0.5.0 - Prepare project for open source release

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 07:08

In this version:

  • Add MIT LICENSE and community health files: CONTRIBUTING, SECURITY,
    CODE_OF_CONDUCT, issue/PR templates, and THIRD_PARTY_LICENSES attribution
  • Remove embedded GitHub update token; the desktop updater now uses the
    unauthenticated public-release API, so no token ships in release binaries
  • Replace the Satoshi font (not redistributable) with Manrope (SIL Open
    Font License), with the license bundled alongside the font files
  • Rename the "weed_factory" load scenario to "always_on"
  • Update contact domain from srcful.io to sourceful-labs.com
  • Add README badges and a manufacturer trademark disclaimer

Downloads

Platform File Requirements
macOS device-simulator_darwin_amd64.zip macOS 10.15+
Linux device-simulator_linux_amd64.tar.gz GTK3, WebKit2GTK
Windows device-simulator_windows_amd64.zip WebView2

Installation

macOS

  1. Unzip and drag Device Simulator.app to Applications
  2. Double-click to run (app is signed and notarized)

Linux

tar -xzf device-simulator_linux_amd64.tar.gz
sudo apt install libgtk-3-0 libwebkit2gtk-4.0-37  # Debian/Ubuntu
./linux/device-simulator.sh

Windows

  1. Unzip and run Device-Simulator.bat or device-simulator.exe --desktop
  2. WebView2 will auto-install if needed