New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@aria-cli/cli

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-cli/cli

ARIA - Adaptive Reasoning Intelligence Agent

latest
npmnpm
Version
1.0.41
Version published
Maintainers
1
Created
Source

@aria-cli/cli

ARIA — AI coding assistant with persistent memory, self-learning tools, and autonomous agent loop.

Install

# Standalone binary (no Node.js required)
curl -fsSL https://raw.githubusercontent.com/aria-cli/aria-releases/main/install.sh | sh

# npm
npm i -g @aria-cli/cli

# bun
bun install -g @aria-cli/cli

Usage

aria                         # Interactive REPL
aria "explain this codebase" # One-shot query
aria --version               # Check version

What's Inside

This single package bundles ARIA's entire runtime:

  • Agent loop — multi-turn reasoning with guardrails and safety
  • Persistent memory — SQLite-backed knowledge graph, vector search, temporal facts
  • 35 built-in tools — filesystem, shell, browser, code search, LSP, git, and more
  • Self-learning — discovers CLI tools, learns from --help, promotes skills
  • Multi-model — Anthropic, OpenAI, Gemini, Ollama with cost-aware routing
  • Arions — multiple evolving AI personas with separate memory and skills
  • Daemon mode — autonomous quest execution with budget enforcement
  • Mesh networking — WireGuard-encrypted multi-machine collaboration
  • Releases & binaries
  • npm

FAQs

Package last updated on 03 Apr 2026

Did you know?

Socket

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.

Install

Related posts