Socket
Book a DemoInstallSign in
Socket

ai.matey.native.node-llamacpp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai.matey.native.node-llamacpp

node-llamacpp native backend for AI Matey

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

ai.matey.native.node-llamacpp

Native llama.cpp integration via node-llama-cpp

Part of the ai.matey monorepo.

Installation

npm install ai.matey.native.node-llamacpp

Requirements

  • Node.js 18+

  • GGUF model file

Quick Start

import { NodeLlamaCppBackend } from 'ai.matey.native.node-llamacpp';

const backend = new NodeLlamaCppBackend({
  // configuration
});

Exports

  • NodeLlamaCppBackend

License

MIT - see LICENSE for details.

Keywords

ai

FAQs

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