Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mount0/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mount0/core

High-performance virtual filesystem for developers

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
11
-8.33%
Maintainers
1
Weekly downloads
 
Created
Source

@mount0/core

High-performance virtual filesystem core for mount0.

Installation

npm install @mount0/core

Usage

import { mount0 } from "@mount0/core";
import { LocalProvider } from "@mount0/local";

const fs = mount0();
fs.handle("/", new LocalProvider("/path/to/data"));

await fs.mount("/mnt/myfs");

Requirements

  • Node.js: v20.x or higher
  • FUSE/WinFsp:
    • macOS: macFUSE 4.10.1+
    • Linux: libfuse3-dev 3.17.1+
    • Windows: WinFsp

License

MIT

Keywords

fuse

FAQs

Package last updated on 23 May 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