Windows

Personal AI (Tauri)

Main dev platform. The Tauri desktop app compiles and runs here first — Rust backend, Node server, WebView frontend.

PS>npm run tauri:dev

PowerShell Scripts

System setup, PATH management, port-kill scripts, batch launchers. All the stuff that makes dev work smoother.

Hardware Testing

Ryzen 9 / RTX 3070 Ti workstation. GPU inference benchmarks, VRAM profiling, driver testing for AI models.

Mac

Cross-Platform Builds

Personal AI targets macOS through Tauri. Testing app packaging, code signing, and PWA behaviour on Safari.

zsh

Terminal Workflow

Zsh configs, Homebrew setups, and shell scripts that mirror my Windows dev environment as closely as possible.

Safari Testing

WebKit rendering differences, -webkit- prefix testing, and making sure everything looks right on Apple devices.

Linux

Server Deployment

Node.js servers, reverse proxies, firewall rules. Production configs for the services that run behind my projects.

Network Security

DNS encryption, traffic monitoring, iptables rules, and the networking side of Svart Security research.

Tauri on Linux

Building and testing the Personal AI desktop app on Linux — different display servers, package formats, and dependencies.