Aborine

Downloads

Wire your app and your editor to Aborine.

The SDK sends crashes and end-user feedback from your app. The IDE extension pulls the resulting stories and crash context into VS Code or Cursor.

Crash & feedback SDK

Any browser app — React, Next.js, Vue, or plain JavaScript.

npm install @aborine/sdk
import Aborine from '@aborine/sdk';

Aborine.init({
  apiKey: 'abo_your_project_key',
  endpoint: 'https://aborine.com/backend/api/v1',
  environment: 'production',
  feedbackWidget: true,
});

Your project API key (abo_…) is on the project page in the portal.

VS Code & Cursor extension

Version 0.6.1 — terminal intelligence, assigned work items, and crash reporting without leaving the editor.

VS Code

Search Aborine in the Extensions panel, or install from the Visual Studio Marketplace.

Cursor

Cursor installs extensions from Open VSX. Search Aborine in the Extensions panel; if a new version has not synced yet, use the direct download below with Extensions: Install from VSIX….

Direct download

For offline installs and self-hosted deployments.

Download aborine-0.6.1.vsix

Connect the extension

  1. 1. Command Palette → Aborine: Set access token and paste the JWT from your portal session.
  2. 2. Aborine: Set project ID using the id from the project URL.
  3. 3. Aborine: Set project API key to report terminal failures as crashes.
  4. 4. Self-hosted? Point aborine.apiUrl at your own API.