🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rightnow/forge-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@rightnow/forge-cli

AI-powered CUDA kernel optimization CLI

latest
Source
npmnpm
Version
0.1.3-a
Version published
Maintainers
1
Created
Source

Forge CLI

AI-powered CUDA kernel optimization. Generate optimized GPU kernels that outperform torch.compile().

Install

npm install -g @rightnow/forge-cli

Or download binaries from GitHub Releases.

Usage

# Launch optimization wizard
forge

# Optimize a KernelBench task
forge optimize --task 1

# Optimize a HuggingFace model
forge optimize --huggingface Qwen/Qwen2-0.5B

# Optimize custom PyTorch code
forge optimize --file my_model.py

Features

  • Swarm Agents - Multiple AI agents collaborate to find optimal kernels
  • Evolutionary Search - MAP-Elites explores diverse optimization strategies
  • CUDA & Triton - Generate kernels in both formats
  • HuggingFace Support - Optimize transformer models directly

Requirements

  • Node.js 18+
  • Forge account (sign up)

License

MIT

Keywords

cuda

FAQs

Package last updated on 06 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts