Socket
Book a DemoInstallSign in
Socket

taurify

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taurify

Develop, build and distribute a Tauri application without installing Rust.

latest
npmnpm
Version
1.2.7
Version published
Weekly downloads
23
-81.89%
Maintainers
1
Weekly downloads
 
Created
Source

Taurify

Develop, build and distribute a Tauri application without installing Rust.

Usage

Run taurify on an existing frontend with your preferred package manager.

Configuration

{
  "productName": "TaurifyApp",
  "identifier": "dev.crabnebula.taurifyapp",
  "version": "0.1.0",
  "cloudOrgSlug": "crabnebula",
  "cloudAppSlug": "taurify",
  "app": {
    "icon": "logo.png",
    "windows": [
      {
        "title": "Taurify",
        "width": 1200,
        "height": 800,
        "minWidth": 1000,
        "minHeight": 800
      }
    ]
  }
}

A package.json file must exist in the current working directory and it must include a script to start your application's development server and a script to build it. The dev script must be either named dev:taurify, dev, serve or start and the build script must be named either build:taurify or build. If those scripts are not set, Taurify defaults to your module bundler's default script.

{
  "scripts": {
    "dev": "vite dev",
    "build": "vite build"
  }
}

FAQs

Package last updated on 26 Aug 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.