Skip to content

Releases: sandwichfarm/nsyte

nsyte v0.27.2

Choose a tag to compare

@dskvr dskvr released this 21 Jun 16:19

nsyte v0.27.2

What's New

  • Patch release for the current release-candidate documentation and site-release configuration updates.
  • See the CHANGELOG.md for details.

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries, recommended for most users.
  • Compressed: UPX-compressed binaries, smaller download with slightly slower startup.

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

Linux

curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.2/nsyte-linux-0.27.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS Apple Silicon

curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.2/nsyte-macos-arm64-0.27.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS Intel

curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.2/nsyte-macos-x64-0.27.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download nsyte-windows-0.27.2.exe and add it to your PATH.

Note on Compressed Binaries

Compressed binaries use UPX compression and may take longer to start, trigger false-positive antivirus warnings on Windows, or require additional Gatekeeper steps on macOS. If you hit issues, use the standard binaries.

nsyte v0.27.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 02:09

nsyte v0.27.1

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.1/nsyte-macos-arm64-0.27.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.1/nsyte-macos-arm64-compressed-0.27.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.1/nsyte-macos-x64-0.27.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.1/nsyte-macos-x64-compressed-0.27.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.1/nsyte-linux-0.27.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.1/nsyte-linux-compressed-0.27.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.27.1.exe
  • Compressed: nsyte-windows-compressed-0.27.1.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.27.0

Choose a tag to compare

@github-actions github-actions released this 07 May 00:38

nsyte v0.27.0

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.0/nsyte-macos-arm64-0.27.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.0/nsyte-macos-arm64-compressed-0.27.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.0/nsyte-macos-x64-0.27.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.0/nsyte-macos-x64-compressed-0.27.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.0/nsyte-linux-0.27.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.27.0/nsyte-linux-compressed-0.27.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.27.0.exe
  • Compressed: nsyte-windows-compressed-0.27.0.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.26.1

Choose a tag to compare

@github-actions github-actions released this 04 May 12:17

nsyte v0.26.1

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.1/nsyte-macos-arm64-0.26.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.1/nsyte-macos-arm64-compressed-0.26.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.1/nsyte-macos-x64-0.26.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.1/nsyte-macos-x64-compressed-0.26.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.1/nsyte-linux-0.26.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.1/nsyte-linux-compressed-0.26.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.26.1.exe
  • Compressed: nsyte-windows-compressed-0.26.1.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.26.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 23:20

nsyte v0.26.0

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.0/nsyte-macos-arm64-0.26.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.0/nsyte-macos-arm64-compressed-0.26.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.0/nsyte-macos-x64-0.26.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.0/nsyte-macos-x64-compressed-0.26.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.0/nsyte-linux-0.26.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.26.0/nsyte-linux-compressed-0.26.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.26.0.exe
  • Compressed: nsyte-windows-compressed-0.26.0.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.25.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 22:56

nsyte v0.25.0

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.25.0/nsyte-macos-arm64-0.25.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.25.0/nsyte-macos-arm64-compressed-0.25.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.25.0/nsyte-macos-x64-0.25.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.25.0/nsyte-macos-x64-compressed-0.25.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.25.0/nsyte-linux-0.25.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.25.0/nsyte-linux-compressed-0.25.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.25.0.exe
  • Compressed: nsyte-windows-compressed-0.25.0.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.24.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 22:57

nsyte v0.24.1

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.1/nsyte-macos-arm64-0.24.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.1/nsyte-macos-arm64-compressed-0.24.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.1/nsyte-macos-x64-0.24.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.1/nsyte-macos-x64-compressed-0.24.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.1/nsyte-linux-0.24.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.1/nsyte-linux-compressed-0.24.1 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.24.1.exe
  • Compressed: nsyte-windows-compressed-0.24.1.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.24.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 16:26

nsyte v0.24.0

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.0/nsyte-macos-arm64-0.24.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.0/nsyte-macos-arm64-compressed-0.24.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.0/nsyte-macos-x64-0.24.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.0/nsyte-macos-x64-compressed-0.24.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.0/nsyte-linux-0.24.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.24.0/nsyte-linux-compressed-0.24.0 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.24.0.exe
  • Compressed: nsyte-windows-compressed-0.24.0.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.23.4

Choose a tag to compare

@github-actions github-actions released this 27 Mar 15:15

nsyte v0.23.4

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.4/nsyte-macos-arm64-0.23.4 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.4/nsyte-macos-arm64-compressed-0.23.4 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.4/nsyte-macos-x64-0.23.4 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.4/nsyte-macos-x64-compressed-0.23.4 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.4/nsyte-linux-0.23.4 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.4/nsyte-linux-compressed-0.23.4 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.23.4.exe
  • Compressed: nsyte-windows-compressed-0.23.4.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.

nsyte v0.23.2

Choose a tag to compare

@github-actions github-actions released this 27 Mar 11:02

nsyte v0.23.2

What's New

Download Options

We provide both standard and compressed binaries:

  • Standard: Original binaries (~88MB) - recommended for most users
  • Compressed: UPX-compressed binaries (~30MB) - smaller download, slightly slower startup

Installation

Install from JSR (Recommended)

# Using Deno
deno install -Agr jsr:@nsyte/cli

# Using npm (requires Node.js)
npx jsr add -g @nsyte/cli

# Using other package managers
# See https://jsr.io/@nsyte/cli for more options

macOS (Apple Silicon)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.2/nsyte-macos-arm64-0.23.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.2/nsyte-macos-arm64-compressed-0.23.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

macOS (Intel / Rosetta)

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.2/nsyte-macos-x64-0.23.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.2/nsyte-macos-x64-compressed-0.23.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Linux

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.2/nsyte-linux-0.23.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

# Or compressed version (smaller download)
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.23.2/nsyte-linux-compressed-0.23.2 -o nsyte
chmod +x nsyte
sudo mv nsyte /usr/local/bin/

Windows

Download the executable and add it to your PATH:

  • Standard: nsyte-windows-0.23.2.exe
  • Compressed: nsyte-windows-compressed-0.23.2.exe

Quick Start

# Initialize a new nsyte project
nsyte init

# Deploy your site
nsyte deploy ./my-site

# List deployed files
nsyte ls

⚠️ Note on Compressed Binaries

Compressed binaries use UPX compression and may:

  • Take 1-2 seconds longer to start (decompression overhead)
  • Trigger antivirus warnings on Windows (false positives)
  • Not work with macOS Gatekeeper without additional steps

If you experience any issues, please use the standard binaries.