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

aetherlight

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aetherlight

Voice-to-intelligence platform for developers. Voice capture, sprint planning with AI, bug/feature forms, pattern matching to prevent AI hallucinations.

latest
Source
npmnpm
Version
0.18.15
Version published
Weekly downloads
292
83.65%
Maintainers
1
Weekly downloads
 
Created
Source

ÆtherLight - Voice-to-Intelligence Platform

npm version License

Voice-to-intelligence platform for developers. Capture voice, match patterns, prevent AI hallucinations.

Quick Install

⭐ Easiest way (no install needed):

npx aetherlight@latest

Or install globally:

npm install -g aetherlight
aetherlight

This installs:

  • VS Code extension - Voice capture, pattern matching, AI assistance
  • Desktop app - (Windows/Mac) Standalone voice capture application
  • Cursor support - Automatic installation if Cursor IDE detected

What You Get

VS Code Extension

  • 🎤 Voice Capture - Press backtick (`) to record voice, auto-transcribe with Whisper
  • 🧠 Pattern Matching - AI-powered code pattern suggestions
  • 📊 Confidence Scoring - Know when AI might be hallucinating
  • 🔍 Context Awareness - File context, project state, error detection
  • 🚀 Quick Send - Enhanced prompts to Claude Code/Cursor CLI
  • 📋 Sprint Planning - Create and enhance sprints with AI assistance (v0.16.7+)
  • 🐛 Bug Reports & Features - Structured forms with AI enhancement (v0.16.7+)
  • 🗂️ Multi-Sprint Management - Switch between multiple sprint files (v0.16.7+)

Desktop App (Windows/Mac)

  • Global voice capture (works in any application)
  • System tray integration
  • Offline transcription support
  • Pattern library management

How to Use

In VS Code

After installation, open VS Code and:

  • Quick Voice Capture:

    • Press backtick (`) to start/stop recording
    • Transcription appears at cursor automatically
  • Pattern Matching:

    • Type naturally in the editor
    • See pattern suggestions in the sidebar
    • Click to apply proven solutions
  • AI Enhancement:

    • Select code or text
    • Run "ÆtherLight: Enhance Selection"
    • Get context-enriched AI responses

Desktop App

After installation:

Windows:

  • Find "ÆtherLight" in Start Menu
  • System tray icon for quick access
  • Global hotkey: Ctrl+Shift+V (customizable)

Mac:

  • Open /Applications/ÆtherLight.app
  • Menu bar icon for quick access
  • Global hotkey: Cmd+Shift+V (customizable)

Update to Latest Version

⭐ Easiest (if using npx):

npx aetherlight@latest

No update needed - always fetches latest version automatically!

If installed globally:

npm update -g aetherlight

Or reinstall:

npm uninstall -g aetherlight
npm install -g aetherlight

Features

Voice Capture

  • Fast transcription (<2s for 30s audio)
  • Multiple models: Whisper base, small, medium
  • Offline support (local Whisper.cpp)
  • Auto-punctuation and formatting

Pattern Matching

  • 60+ curated code patterns
  • Semantic search with confidence scores
  • Context-aware recommendations
  • Multi-language support (TypeScript, Rust, Python, etc.)

AI Integration

  • Works with Claude Code, Cursor, GitHub Copilot
  • Context enrichment (files, project state, errors)
  • Hallucination detection
  • Performance metrics (<50ms pattern matching)

Configuration

VS Code Settings

Open VS Code settings (Ctrl+,) and search for "ÆtherLight":

{
  "aetherlight.voice.hotkey": "`",
  "aetherlight.voice.model": "base.en",
  "aetherlight.patterns.enabled": true,
  "aetherlight.patterns.confidenceThreshold": 0.75
}

Desktop App Settings

Access via system tray/menu bar icon → Settings:

  • Hotkey customization
  • Model selection
  • Privacy settings
  • Storage location

Troubleshooting

Extension not loading in VS Code

# Reinstall extension
code --uninstall-extension aetherlight
npm install -g aetherlight

Desktop app not starting (Windows)

  • Check if blocked by Windows Defender
  • Run as Administrator once
  • Check system tray for icon

Voice capture not working

  • Check microphone permissions
  • Try different Whisper model (Settings)
  • Update to latest version

Platform Support

PlatformVS Code ExtensionDesktop AppCursor Support
Windows 10/11
macOS 11+ (Intel)
macOS 11+ (Apple Silicon)
Linux (Ubuntu 20.04+)🚧 Coming soon

Uninstall

# Remove npm package
npm uninstall -g aetherlight

# Remove VS Code extension
code --uninstall-extension aetherlight

# Remove desktop app
# Windows: Control Panel → Programs → ÆtherLight
# Mac: Drag /Applications/ÆtherLight.app to Trash

Documentation

Extension Architecture

External Resources

License

MIT License - See LICENSE file for details

Privacy

ÆtherLight is privacy-first:

  • All voice processing local by default
  • Pattern matching runs on your machine
  • Optional cloud sync (user controlled)
  • Zero telemetry unless explicitly enabled
  • GDPR & HIPAA compliant architecture

Support

Made with ❤️ by the ÆtherLight team

Voice-to-intelligence platform for the AI age.

Keywords

voice

FAQs

Package last updated on 08 Dec 2025

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