Getting started
Installation
Install cykani-stealth and start automating.
Prerequisites
- Node.js 20+ (recommended: 22)
- npm, pnpm, or yarn
Install
pnpm add cykani-stealthThe patched Chromium binary auto-downloads from GitHub Releases on first launch. No server, no API key, no configuration needed.
Verify
import { strike } from "cykani-stealth";
const session = await strike();
console.log("Session ID:", session.id);
await session.close();Options
| Variable | Description |
|---|---|
CYKANI_BINARY_PATH | Path to local Chromium binary (skip auto-download) |
Next Steps
- Quickstart — First automation in 5 minutes
- SDK Reference — Full API documentation