Skip to content

Studio Desktop

Native desktop application shell for HoloScript Studio, built with Tauri.

Overview

@holoscript/studio-desktop wraps the Studio web frontend in a native desktop container with operating-system integrations like file dialogs and local filesystem access.

Installation

bash
npm install @holoscript/studio-desktop

Use When

  • You need Studio as a native desktop application.
  • You want desktop-level file access and OS integration.
  • You are packaging internal creative tooling for local use.

Key Capabilities

  • Native desktop shell around Studio.
  • Access to local OS capabilities not available in pure web builds.
  • Useful for creators who want a packaged desktop workflow.

See Also

Released under the MIT License.