JSPM

executor

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10905
  • Score
    100M100P100Q143725F
  • License MIT

Local AI executor with a CLI, local API server, and web UI.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (executor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    executor

    executor is a local AI executor with a CLI, a local API server, and a web UI.

    It installs as a user command, starts a single local background server, and serves both the API and frontend from that local process.

    Install

    npm install -g executor

    Use

    executor doctor --json
    executor up
    executor status --json
    executor down

    What it does

    • installs a local executor command
    • stores local app data in standard user directories
    • starts one local daemon process
    • serves the local API and UI together