BasaltLabs
BasaltLabs is a desktop anti-detect browser built for anyone who needs to run and manage multiple isolated online identities — affiliate and performance marketers, e-commerce sellers, social media agencies, QA/QE engineers, web scraping teams, and ad verification specialists. Each browser profile in BasaltLabs is a fully separated environment with its own fingerprint, its own proxy, and its own encrypted local storage, so accounts, sessions, and browsing activity never leak or cross-link between profiles. FINGERPRINT SPOOFING AT THE ENGINE LEVEL Unlike tools that patch fingerprint values with JavaScript injected into the page, BasaltLabs performs spoofing inside a patched Chromium fork at the C++ engine level. This means navigator properties, canvas rendering, WebGL output, audio context fingerprints, installed fonts, WebRTC IP leakage, User-Agent Client Hints, WebGPU signals, media device lists, device pixel ratio, and client rects all report consistent.
Learn more
TypeGPU
TypeGPU is a TypeScript library that enhances the WebGPU API, allowing resource management in a type-safe, declarative way. It is designed to change the way developers work with GPU rendering and computing by bringing stronger structure, validation, and developer experience to WebGPU workflows. TypeGPU helps developers easily encode and decode GPU data, using typed binary so they do not have to think about raw bytes when writing GPU programs. Complex data types such as structs and arrays can be described directly, while TypeScript automatically validates outgoing and incoming data. It works on React Native through react-native-wgpu, expanding WebGPU development beyond the browser. TypeGPU’s roadmap is focused on end-to-end type safety on the GPU through interoperating primitives such as data structures, buffers, bind groups, a linker, functions, pipelines, and imperative code.
Learn more
Three.js
Three.js is a JavaScript 3D library. The aim of the project is to create an easy-to-use, lightweight, cross-browser, general-purpose 3D library. The current builds only include a WebGL renderer but WebGPU (experimental), SVG and CSS3D renderers are also available in the examples. To actually be able to display anything with three.js, we need three things, scene, camera, and renderer, so that we can render the scene with the camera. In addition to the WebGLRenderer, Three.js comes with a few others, often used as fallbacks for users with older browsers or for those who don't have WebGL support for some reason. Create a loop that causes the renderer to draw the scene every time the screen is refreshed (on a typical screen this means 60 times per second). Anything you want to move or change while the app is running has to go through the animate loop. You can of course call other functions from there.
Learn more
RunMat
RunMat (by Dystr) is a fast, free, open-source alternative for running MATLAB code.
Users can run their existing .m files with complete MATLAB language grammar and core semantics. No license fees, no lock-in. 300+ built-in functions supported.
RunMat is built with a modern Rust runtime featuring a tiered execution model: an interpreter (Ignition) for instant 5ms startup and a JIT compiler (Turbine/Cranelift) for hot paths. GPU acceleration is automatic via a fusion engine that detects elementwise operation chains and dispatches them as optimized GPU kernels across NVIDIA, AMD, Apple Silicon, and Intel GPUs through Metal, DirectX 12, Vulkan, and WebGPU. Up to 131x faster than NumPy and 7x faster than PyTorch on dense numerical workloads.
Runs everywhere: CLI, NPM package, Homebrew, Jupyter kernel, or instantly in the browser via WebAssembly + WebGPU. Single portable binary. MIT licensed.
Learn more