
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@aishelf/service
Advanced tools
A lightweight background service that powers AIShelf clients - including the VS Code extension and other future clients. It acts as a centralized source of workflows, skills, prompts, and rules for all your AI tools across your local machine, handling authentication and registry management so that AIShelf tools can securely access your shared AI resources.
For full installation instructions and documentation, visit aishelf.dev/docs/installation.
Docker is the recommended way to run the AIShelf service. It handles auto-updates and restarts automatically when Docker starts.
docker rm -f aishelf-service
docker run -d \
--name aishelf-service \
--restart=unless-stopped \
-p 5314:5314 \
-v ~/.aishelf:/root/.aishelf \
aishelf/service:latest
The first command removes any existing container (safe to run even if none exists). The second starts a fresh one.
See aishelf.dev/docs/installation#docker for more details.
Note: This installation method is currently in beta. Docker is recommended if available.
npm install -g @aishelf/service
aishelf service install
See aishelf.dev/docs/installation#npm for more details.
aishelf service start # start the service
aishelf service stop # stop the service
aishelf service restart # restart the service
aishelf --version # check version
aishelf --help # get help
Once running, @aishelf/service exposes a local HTTP API on localhost:5314. AIShelf clients (IDE extensions, browser extensions, etc.) communicate with it to:
You typically don't need to interact with this service directly — it's managed automatically by the AIShelf clients you use.
API documentation coming soon. Visit aishelf.dev for updates.
MIT
FAQs
AIShelf local service for cross-platform file access — server only; see @aishelf/cli for the command-line front door
The npm package @aishelf/service receives a total of 17 weekly downloads. As such, @aishelf/service popularity was classified as not popular.
We found that @aishelf/service demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.