Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install letta-ai/claude-subconscious. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

letta-ai/claude-subconscious Installation Guide

How to install letta-ai/claude-subconscious. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for letta-ai/claude-subconscious. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i letta-ai/claude-subconscious
or

Install via npx

npx @hexmos/ipm i letta-ai/claude-subconscious

Prerequisites

Node.js

runtime

npm

package_manager

git

version_control

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install from GitHub

/plugin marketplace add letta-ai/claude-subconscious

/plugin install claude-subconscious@letta-ai/claude-subconscious

Update from GitHub

/plugin marketplace update

/plugin update claude-subconscious@letta-ai/claude-subconscious

Install from Source

git clone https://github.com/letta-ai/claude-subconscious.git

cd claude-subconscious

npm install

/plugin enable .

Install from Source (Global)

git clone https://github.com/letta-ai/claude-subconscious.git

cd claude-subconscious

npm install

/plugin enable --global .

Linux: tmpfs Workaround

mkdir -p ~/.claude/tmp

export TMPDIR="$HOME/.claude/tmp"