Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

ancc

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ancc

Endpoint proxy server with web dashboard

latest
npmnpm
Version
0.1.11
Version published
Maintainers
1
Created
Source

ANCC

AI endpoint proxy with web dashboard.

Install

npm install -g ancc

Usage

ancc                    # Start server, open dashboard
ancc --port 8080        # Custom port
ancc --no-browser       # Don't open browser
ancc --help             # Show help

Dashboard: http://localhost:3000/dashboard

Development

npm install
npm run dev

Build & Publish

# Build standalone
npm run build:standalone

# Test locally
npm link
ancc --help

# Publish to npm
npm login
npm publish

Data

User data stored at:

  • macOS/Linux: ~/.ancc/db.json
  • Windows: %APPDATA%/ancc/db.json

FAQs

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