In this version:
- Implemented a new "/docs" route to serve the documentation page with a corresponding HTML template.
- Added a "/openapi.json" route to serve the OpenAPI specification file.
- Updated CSS styles for the documentation interface, enhancing layout and visual elements.
- Refactored HTML structure to improve the documentation header and tab navigation.
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
- Unzip and drag
Device Simulator.app to Applications
- 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
- Unzip and run
Device-Simulator.bat or device-simulator.exe --desktop
- WebView2 will auto-install if needed