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

@vicinae/api

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vicinae/api

TypeScript SDK to build Vicinae extensions

latest
Source
npmnpm
Version
0.20.9
Version published
Maintainers
1
Created
Source

This package lets you extend the Vicinae launcher using React and TypeScript.

Version Downloads/week

Getting started

The recommend way to start developing a new extension is to read the docs.

The full API reference (expect breaking changes) can be found here.

Installation

Install the package:

npm install @vicinae/api

Versioning

The @vicinae/api package follows the same versioning as the main vicinae binary, since the API is always embedded in the binary.

CLI usage

The package exports the vici binary which is used to build and run extensions in development mode.

While convenience scripts are already provided in the boilerplate, you can still call the binary manually:

npx vici --help

# assuming vicinae is running
npx vici develop

npx vici build -o my/output/path

FAQs

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