Navigating the marina
Windows users
This program requires Edge Webview2 component. On Windows 11 and some Windows 10 machines it is already preinstalled. The installers will automatically detect if it is not installed, download and run the official installer. You can also get it manually from https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section
Use TrguiNG_x.x.x_x64-setup.exe if you don't want to give administrative rights to the installer. You will not be able to install the program into a protected folder like "Program Files" if you run the installer as a normal user. Right click and choose "Run as administrator" if you want to install to "Program Files" or other protected folder.
MSI installer is provided as a backup and an option for automated installs, it requires administrator privileges.
Linux users
There is a prebuilt .deb package for ubuntu derived distributions, it may also work on debian 12.
For compilation instructions see readme in the repository.
MacOS users
Use TrguiNG_aarch64.app.tar.gz for apple silicon machines
Use TrguiNG_x86_64.app.tar.gz for intel machines
After extracting the app and moving it to Applications folder run this in terminal to reset attributes:
xattr -cr /Applications/TrguiNG.app
Otherwise you will run into "App is damaged and can’t be opened" error.
Changelog
- Tweak seeds/peers/ratio columns fe1acdb @qu1ck
- Reset filter when filter sections are modified f2556cd @qu1ck
- MacOS fixes 6e5fddd @qu1ck
- Fix layout of remaining field in details a676f0b @qu1ck
- Fix server tabs wrapping and not shrinking 597d1c4 @qu1ck
- Add favicon and custom title for web app 30f72a5 @qu1ck
- Rework global hotkeys, add select all for main tables 33c3bad @qu1ck
- Small UI tweaks, few more shortcuts 73d28e6 @qu1ck
- Fix connection settings changes not taking effect right away ce9ec1c @qu1ck
- Bump version to v0.4.0 462dfd0 @qu1ck