
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@askalf/agent
Advanced tools
Connect any device to an AI workforce that thinks, heals, remembers, and evolves. Nervous system signals, immune system alerts, auto-reconnect, capabilities scan. One command to install as a persistent service.
WebSocket bridge that registers your machine as a node in the AskAlf fleet. Once connected, autonomous agents dispatch tasks to your device — executed via Claude CLI or native shell. Your device becomes part of a AI workforce that thinks, heals, remembers, and evolves.
Part of AskAlf — an AI workforce that thinks, heals, remembers, and evolves with a nervous system, immune system, and collective memory.
npm install -g @askalf/agent
askalf-agent connect <your-api-key> --url ws://your-server:3005 --name prod-box --install
That's it. Config saved, service installed, runs on boot. Close the terminal — it keeps running.
When connected, your device:
The agent participates in the fleet's nervous system:
Fleet Chief ──signal──> Your Device ──signal──> Watchdog
│ │ │
└──── agent:message ──────┘ │
│ │
└── incident:alert ──────┘
askalf-agent install-service
| OS | Service Type | Auto-start |
|---|---|---|
| Linux | systemd unit | On boot |
| macOS | launchd plist | On login |
| Windows | Scheduled Task (or nssm) | On login |
askalf-agent connect <key> Connect to fleet
askalf-agent connect <key> --install Connect + install as service
askalf-agent doctor Diagnose and fix setup issues
askalf-agent install-service Install as OS service
askalf-agent uninstall-service Remove OS service
askalf-agent daemon Background daemon
askalf-agent status Connection + service status
askalf-agent scan Local capabilities scan
askalf-agent disconnect Stop daemon
| Flag | Description | Default |
|---|---|---|
--url <url> | Server WebSocket URL | wss://askalf.org |
--name <name> | Device display name | System hostname |
--install | Install as service after connecting | |
-v, --version | Show version | |
-h, --help | Show help |
Your Device AskAlf Fleet
┌──────────────┐ WSS ┌────────────────────┐
│ askalf-agent │◄──────────►│ Forge Orchestrator │
│ │ │ Unified Scheduler │
│ Claude CLI │ signals │ Nervous System │
│ Shell │◄──────────►│ Immune System │
│ Your Tools │ messages │ Collective Memory │
└──────────────┘ └────────────────────┘
import { AgentBridge, scanCapabilities } from '@askalf/agent';
const caps = scanCapabilities();
console.log(caps);
// { cpu_cores: 8, tools: ['shell', 'git', 'docker', ...], claude_cli: true, ... }
const bridge = new AgentBridge({
apiKey: 'your-api-key',
url: 'ws://your-server:3005',
deviceName: 'my-server',
hostname: 'prod-01',
os: 'Linux 6.1',
capabilities: caps,
});
await bridge.connect();
npm i -g @anthropic-ai/claude-code)npx create-askalf or curl -fsSL https://get.askalf.org | bash)MIT — askalf.org
FAQs
Connect any device to your askalf fleet. A WebSocket connector that registers a machine and runs the shell or Claude Code tasks the fleet dispatches, streaming results back. Installs as a system service; auto-reconnect, heartbeat, capability scan.
The npm package @askalf/agent receives a total of 152 weekly downloads. As such, @askalf/agent popularity was classified as not popular.
We found that @askalf/agent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.