v1.0.0Coming soon · in final testingMajorLatest
The first stable release — full CLI/app engine parity, 14 auth types (Postman parity), cross-module integration, 86 MCP tools, and 18-language i18n. In final testing now; browser test runner ships as Beta.
Web Intelligence
- Browser test runner — shipped as Beta: works well on simple sites and localhost apps; complex SPAs, OAuth flows, and third-party sites may not record or replay correctly
- Complete browser test runner: recorder, replay, timeline, Run History, visual regression, selector playground
- assertApiCall + assertDB steps — assert API calls and database state from inside a browser test
- Bulk Run at workspace / project / group level with live progress strip
- Per-row Run button in the test tree
- Export in 6 formats: Playwright, Cypress, Puppeteer, WebdriverIO, Selenium Python, Selenium JS
- Import from the same 6 formats with auto-detection and step-level summary
- Headless CLI runner (rostyman-test) with JUnit XML + JSON output for CI
- AI selector repair, multi-test generation from a URL, per-step perf trends
- Network panel: Copy as cURL / fetch / response, type filter chips
- Console panel: level filters, text search, copy-all
- Cookie & Storage Inspector: add and edit-in-place
Cross-Module Integration
- Workflow "Browser Test" node — run a saved browser test as a workflow step
- Scheduler "browser_test" target — schedule browser tests on a cron or interval
- MCP run_browser_test tool — AI agents can trigger and read browser test results
- apiRequest + dbQuery step types in browser tests — HTTP and DB calls mid-test
CLI & Runners
- rosty-cli reaches full app parity — same engine cores, so collections behave identically in CI and the GUI
- All auth types in the CLI: Bearer, Basic, API Key, OAuth 2.0, OAuth 1.0, Digest, AWS Signature v4, NTLM, Hawk, JWT Bearer, Akamai EdgeGrid, ASAP, plus inherit
- Dynamic variables, cookie jar, and raw-body Content-Type auto-detection in the CLI runner
- Postman-compatible pm.* scripting alongside the rm.* API — Postman collections run unchanged
- TLS controls (--insecure), redirect controls (--max-redirects / --no-follow-redirects), and proxy support (HTTP/HTTPS/SOCKS5 via --proxy)
- mTLS client certificates and per-workspace request settings honored in database mode
- Runs native .rostyman exports, Postman v2.1 collections, and the live rostyman.db
Authentication — full Postman parity
- Five new auth types: NTLM (NTLMv2 handshake), Hawk, JWT Bearer (HS/RS/ES/PS), Akamai EdgeGrid, and ASAP — fully implemented in the app and rosty-cli, and importable from Postman
- 14 auth types total: None, Inherit, Bearer, Basic, API Key, OAuth 2.0, OAuth 1.0, Digest, AWS Signature v4, NTLM, Hawk, JWT Bearer, Akamai EdgeGrid, ASAP
- AWS SigV4 and OAuth 1.0 signing unified into a single shared engine core used by both the app and rosty-cli
AI Assistant
- Per-conversation MCP configuration
- AI History panel with search, date filters, conversation drill-down, and export
- AskContext picker — give the AI context from any collection, workflow, database, or browser test
- 86 MCP tools total: vault CRUD, explain_query, query_db with pagination, run_browser_test, set_active_environment
- AI in Database: Schema Analysis tab, NLP query generation
- AI in Scheduler: natural-language cron expression generation
- AI in Mock Server: AI response body generation
Security
- SSRF guard on send_request and run_collection — scheme allowlist + private-IP block
- Read-only enforcement on query_db MCP tool
- MCP token TTL, rotation, and per-token rate limiting
- Analytics secrets redaction, git command injection fix, updater host allowlist
i18n
- 3,732 keys × 18 languages — Missing = 0 in every locale
- 17 non-English languages fully translated: Arabic, Bengali, German, Spanish, French, Gujarati, Hindi, Japanese, Kannada, Korean, Malayalam, Marathi, Portuguese (BR), Russian, Tamil, Telugu, Simplified Chinese
Browser Tab
- Zoom toolbar: − / 100% / + buttons to zoom the embedded browser; syncs with native Ctrl+Scroll so the display always matches
- Spacebar pan: hold Space then drag to scroll the page in any direction — works in all directions, skips input and textarea targets
- Sessions dropdown: fixed being hidden behind the browser viewport on some setups
- WebContentsView layout: viewport now fills the correct area — no longer overlaps the right-panel icon bar (was a race with lazy panel render)
- Device emulator: mobile presets now resize and center the embedded browser horizontally in the viewport instead of staying full-width with left-aligned content
- Device emulator: switching back to Desktop or Laptop clears the CDP virtual viewport override so the page renders at actual viewport width instead of a fixed 1440 px
- Recording: URL-bar navigations are now captured as navigate steps — typed URLs were previously invisible to the page-level recorder script
Performance
- Renderer bundle: 5 MB → 1.6 MB
- WebContentsView parked during all HTML modals — no blank-frame flicker
- DatabaseTab AI bar and proc bar uncontrolled — typing lag eliminated