JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
TypeScript definitions for node-forge
A complete tool for building modern Electron applications
A plugin for flipping Electron Fuses in Electron Forge
ZIP maker for Electron Forge
Forge API methods
An `electron-forge` maker for MSIX that supports `electron-forge` v6 and can be used as a replacement for `electron-builder`. Supports code-signing.
Common utilities and typings for Forge i18n support
Forge function resolver
Forge bridge API for custom UI apps
A custom version of node-forge with selected algorithms.
An sdk for interacting with permit2.
Devtools for React Router - debug, trace, find hydration errors, catch bugs and inspect server/client data with react-router-devtools
DMG maker for Electron Forge
A command line interface for managing Atlassian-hosted apps
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Sign using a P12 certificate.
Default bundler for Forge apps
Deb maker for Electron Forge
Supports authorization for product REST API calls
Squirrel maker for Electron Forge
Component types for Forge UI Kit React components
Rpm maker for Electron Forge
Serialization interface for Data-Forge. This defines a simple format for a serialized dataframe.
Build-time CUDA kernel compiler for the baracuda ecosystem: nvcc-driven incremental builds, parallel compilation, GPU auto-detection, and CUTLASS / custom git dependency support.
Compiled CUTLASS template instantiations for the baracuda ecosystem. Hosts curated .cu kernel sources, builds them via baracuda-forge, exposes extern "C" entry points for the safe baracuda-cutlass crate.
Compiled bespoke .cu kernel template instantiations for the baracuda ML kernel facade plus C-ABI FFI facades for the library-backed plans (cuDNN conv/pool, cuSOLVER linalg, cuFFT/cuRAND, CUTLASS GEMM re-export). Hosts curated CUDA kernel sources (int8/FP8/int4/bin GEMM RRR, elementwise, reduce, norm, attention, …), builds them via baracuda-forge, exposes extern "C" entry points for the safe baracuda-kernels crate. CUTLASS template kernels live in the sibling baracuda-cutlass-kernels-sys crate and are re-exported here under the unified baracuda_kernels_gemm_* namespace.
Safe Rust wrappers for NVIDIA NVRTC (compile CUDA C++ to PTX at runtime).
Header acquisition for NVIDIA CUTLASS as a baracuda workspace dependency. Sparse-checkout fetch with file-locked caching; emits cargo:include for downstream build.rs consumers.
Shared build.rs helpers for baracuda -sys crates (CUDA detection, bindgen configuration).
Raw FFI bindings and dynamic loader for NVIDIA NVRTC (runtime CUDA-C++ to PTX compiler).
Idiomatic Rust wrappers for the NVIDIA CUDA stack (Driver API, Runtime API, NVRTC, cuBLAS, cuDNN, NCCL, NVML, ...). Umbrella crate.