New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

lucentracode

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lucentracode

AI coding agent for the terminal, powered by the LucentraCode gateway.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
231
-48.78%
Maintainers
1
Weekly downloads
 
Created
Source

LucentraCode

AI coding agent for the terminal, powered by the LucentraCode gateway.

npm install -g lucentracode
lucentracode login      # opens your browser to authorise this terminal
cd my-project && lucentracode

login opens the LucentraCode dashboard, you click Authorize, and the CLI receives its own API key. You never type or paste a credential.

What you get

A terminal coding agent: repository exploration, grep and glob, file reads, edits and patches, shell execution, test runs, tool calling with a permission prompt, plan mode, subagents, context compaction, and MCP.

The default model is Smart Auto, which routes each request to a model chosen for the task. lucentracode models lists the catalogue if you want to pin one.

Usage and limits

lucentracode usage      # allowance used, as a percentage
lucentracode status     # account, gateway, plan
lucentracode dashboard  # open the dashboard
lucentracode logout

Install notes

This package contains no binary. On install it pulls the one lucentracode-<os>-<arch> package that matches your machine, so you download one platform's worth of bytes rather than all of them.

If you install with --ignore-scripts (or with pnpm, which defaults to that), run the postinstall by hand:

cd node_modules/lucentracode && node postinstall.mjs

Licence and attribution

MIT. LucentraCode is a fork of OpenCode.

Keywords

ai

FAQs

Package last updated on 11 Sep 2026

Related posts