New:Socket for Asana Is Now Available.Learn more
Get Started

@theneuralledger/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theneuralledger/cli

CLI and foreground intelligence daemon for The Neural Ledger.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@theneuralledger/cli

Command-line access and an append-only foreground intelligence daemon for The Neural Ledger.

export TNL_API_KEY=tnl_...
npx -y @theneuralledger/cli latest
npx -y @theneuralledger/cli search "semiconductor export restrictions"
npx -y @theneuralledger/cli asset NVDA
npx -y @theneuralledger/cli daemon --interval 60

Commands: latest, search, asset, status, watch, daemon, mcp, and serve.

The daemon remains in the foreground so a process supervisor can manage it. It stores immutable JSONL revisions and atomic cursor state under ~/.tnl-intelligence by default; set TNL_STATE_DIR or pass --state-dir to change the location. Cache, state, and lock files are private to the current user where the operating system supports POSIX permissions.

API keys are read only from TNL_API_KEY. There is deliberately no command-line API-key option because process arguments are commonly visible to other local users and monitoring systems.

Keywords

cli

FAQs

Package last updated on 20 Jul 2026

Related posts