Installation
Rostyman is a desktop application built with Electron. It runs on Windows, macOS, and Linux.
Download
Go to the Releases page and download the latest version for your platform.
| Platform | File | Auto-update |
|---|---|---|
| Windows | Rostyman-x.x.x-Setup.exe | Yes |
| macOS | Rostyman-x.x.x.dmg | Yes |
| Linux | Rostyman-x.x.x.AppImage | Yes |
| Linux | rostyman_x.x.x_amd64.deb | Manual |
Windows
- Download
Rostyman-x.x.x-Setup.exefrom the releases page - Double-click to run the installer
- If Windows SmartScreen shows a warning, click More info then Run anyway
This warning appears because the app is not yet code-signed. It is safe to proceed.
- Follow the installer steps
- Rostyman launches automatically after installation
The installer places Rostyman in your user application directory (no admin rights needed) and creates a Start Menu shortcut.
macOS
-
Download
Rostyman-x.x.x.dmgfrom the releases page -
Open the
.dmgfile and drag Rostyman to your Applications folder -
Important -- clear the quarantine flag before first launch:
Open Terminal and run:
xattr -cr /Applications/Rostyman.appmacOS marks all apps downloaded from the internet as quarantined. Because Rostyman is not notarized with Apple, Gatekeeper will block it unless you remove the quarantine attribute with the command above.
-
Launch Rostyman from your Applications folder
If you skip the xattr step, macOS may show a dialog saying the app "is damaged and can't be opened" or "can't be opened because Apple cannot check it for malicious software." Running the xattr -cr command resolves this.
Linux
Two options are available: AppImage (recommended) and .deb package.
Option 1: AppImage (recommended)
-
Download
Rostyman-x.x.x.AppImagefrom the releases page -
Make the file executable:
chmod +x Rostyman-x.x.x.AppImage -
Run the application:
./Rostyman-x.x.x.AppImage
AppImage supports automatic updates — Rostyman will notify you when a new version is available and update itself.
On some distributions you may need to install FUSE to run AppImage files. Consult your distribution's documentation if you see a FUSE-related error.
Option 2: .deb package (Debian/Ubuntu)
-
Download
rostyman_x.x.x_amd64.debfrom the releases page -
Install with:
sudo dpkg -i rostyman_x.x.x_amd64.deb -
Launch from your application menu or run
rostymanin the terminal
The .deb package integrates with your system — adds a desktop entry, file associations for .rostyman files, and an app icon. Note: .deb does not auto-update. To update, download and install the new .deb file.
.rostyman File Association
After installing (either format), you can double-click any .rostyman file to open it directly in Rostyman.
First Launch
On first launch Rostyman will:
- Create a local SQLite database in the platform-specific app data directory:
- Windows:
%APPDATA%\Rostyman\ - macOS:
~/Library/Application Support/Rostyman/ - Linux:
~/.config/Rostyman/
- Windows:
- Create a default workspace
- Open with an empty request tab ready to use
No account, no sign-in, no internet connection required.
Auto-Updates
Rostyman checks for updates automatically in the background every 4 hours. When a new version is available:
- The update downloads silently in the background
- A native system notification informs you that an update is ready
- A Update ready badge appears in the bottom status bar
- Click the badge and choose Restart now to apply, or Later to install on next launch
You can also manually check for updates via the Help menu and selecting Check for Updates.