Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@agenticide/aether

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agenticide/aether

Aetheryte — Shared Crystal for AI Agents. TUI for agent orchestration with fleet management, skill search, and multi-model support.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

Aetheryte

Shared Crystal for AI Agents. Skills, memories, knowledge graph.

23 autonomous agents built this TUI in 90 minutes. Read the metrics.

60-Second Demo

Aether TUI demo

Demo GIF coming soon — clone and run aether --demo to see it live.

npx @agenticide/install
aether --demo

No API keys. No Docker. Just run it.

Install

# One command install
npx @agenticide/install

# Then run
aether

# From source
git clone https://github.com/OWNER/aether.git && cd aether && ./scripts/install.sh

What It Does

  • Agent code sessions -- Type prompts, get streaming AI responses, approve tool calls inline
  • Fleet orchestration -- /fleet "<prompt>" generates a plan, spawns autonomous agents in parallel, and opens a live per-agent monitoring panel
  • Plan mode -- Numbered tasks with category colors and checkboxes; plans persist to PostgreSQL across sessions
  • Skills & jobs -- Curated skill sets that make your AI smarter per task; refresh automatically on /switch
  • Knowledge graph -- Skills, memories, and relationships, searchable by vector or graph
  • Hybrid search -- SearchPipeline detects aide-cloud and auto-captures memories from results
  • Overnight monitoring -- /overnight command + status bar shows fleet health across long runs
  • Session persistence -- Transcript auto-saved and restored on next launch; no lost context
  • Config command -- /config shows and edits model, modeCycle, overnightEnabled, api_url inline
  • Toast notifications -- Inline transcript entries with auto-dismiss for non-blocking feedback
  • Multi-model -- Ctrl+N cycles models mid-session; locked during active agent execution
  • 100% local -- All data stays on your machine. No telemetry. Ever.

Architecture

Three codebases form the crystal:

  • aide-cloud -- Hono API + PostgreSQL/pgvector + Ollama embeddings
  • Aether (this repo) -- Orchestration, scripts, TUI, skills
  • Agenticide -- MCP-native skill jobs (npx @agenticide/install)

Dual-cognition retrieval: Type 1 (fast vector similarity) for instant recall, Type 2 (graph traversal) for complex reasoning chains. See docs/architecture.md for details.

Full Setup

For the full crystal with skills, memories, and fleet:

aether setup

This starts Docker + PostgreSQL + Ollama locally.

ComponentMinimumGPU Mode
RAM8 GB16+ GB
Disk5 GB20 GB
GPUNone (CPU)NVIDIA RTX (10x faster)
RuntimeDocker, Node 18+, Bun+ Python 3.11

Commands

CommandDescription
/helpFull command reference
/statusSystem health dashboard
/profileManage skill jobs
/skillsBrowse active skills
/fleetFleet orchestration
/spawnLaunch an autonomous agent
/resumeResume a previous session
/configView/change settings
/dashboardOpen browser dashboard

Keybindings

KeyAction
Shift+TabCycle modes: Normal → Plan → Haste
Ctrl+NCycle through configured models
Ctrl+PToggle PLAN mode
Ctrl+FFleet widget
Ctrl+\Skills widget
Ctrl+KLogs widget
Ctrl+CAbort agent / quit (double-tap when idle)
?Keybinding help overlay

Dashboards

  • :5177 -- Aetheryte Command Center (agents, cycles, search, tech debt)
  • :5178 -- Overnight Monitor (live event feed, process status)

Contributing

See CONTRIBUTING.md.

License

MIT

Keywords

ai

FAQs

Package last updated on 02 May 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