Skip to content

Releases: sandwichfarm/nsyte

nsyte v0.21.0

09 Sep 18:52

Choose a tag to compare

nsyte v0.21.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.21.0/nsyte-macos-0.21.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.21.0/nsyte-macos-compressed-0.21.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.21.0/nsyte-linux-0.21.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.21.0/nsyte-linux-compressed-0.21.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.21.0.exe
  • Compressed: nsyte-windows-compressed-0.21.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.20.1

24 Jul 21:48

Choose a tag to compare

nsyte v0.20.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.20.1/nsyte-macos-0.20.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.20.1/nsyte-macos-compressed-0.20.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.20.1/nsyte-linux-0.20.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.20.1/nsyte-linux-compressed-0.20.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.20.1.exe
  • Compressed: nsyte-windows-compressed-0.20.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.19.0

17 Jul 10:02

Choose a tag to compare

nsyte v0.19.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.19.0/nsyte-macos-0.19.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.19.0/nsyte-macos-compressed-0.19.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.19.0/nsyte-linux-0.19.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.19.0/nsyte-linux-compressed-0.19.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.19.0.exe
  • Compressed: nsyte-windows-compressed-0.19.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.18.3

17 Jul 09:02

Choose a tag to compare

nsyte v0.18.3

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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.18.3/nsyte-macos-0.18.3 -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.18.3/nsyte-macos-compressed-0.18.3 -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.18.3/nsyte-linux-0.18.3 -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.18.3/nsyte-linux-compressed-0.18.3 -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.18.3.exe
  • Compressed: nsyte-windows-compressed-0.18.3.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.18.2

17 Jul 07:30

Choose a tag to compare

nsyte v0.18.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.18.2/nsyte-macos-0.18.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.18.2/nsyte-macos-compressed-0.18.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.18.2/nsyte-linux-0.18.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.18.2/nsyte-linux-compressed-0.18.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.18.2.exe
  • Compressed: nsyte-windows-compressed-0.18.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.

nsyte v0.18.1

17 Jul 06:47

Choose a tag to compare

nsyte v0.18.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.18.1/nsyte-macos-0.18.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.18.1/nsyte-macos-compressed-0.18.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.18.1/nsyte-linux-0.18.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.18.1/nsyte-linux-compressed-0.18.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.18.1.exe
  • Compressed: nsyte-windows-compressed-0.18.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.18.0

17 Jul 06:15

Choose a tag to compare

nsyte v0.18.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.18.0/nsyte-macos-0.18.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.18.0/nsyte-macos-compressed-0.18.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.18.0/nsyte-linux-0.18.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.18.0/nsyte-linux-compressed-0.18.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.18.0.exe
  • Compressed: nsyte-windows-compressed-0.18.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.17.1

17 Jul 01:12

Choose a tag to compare

nsyte v0.17.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

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.17.1/nsyte-macos-0.17.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.17.1/nsyte-macos-compressed-0.17.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.17.1/nsyte-linux-0.17.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.17.1/nsyte-linux-compressed-0.17.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.17.1.exe
  • Compressed: nsyte-windows-compressed-0.17.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.17.0

16 Jul 23:50

Choose a tag to compare

nsyte v0.17.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

macOS

# Download and make executable
curl -L https://github.com/sandwichfarm/nsyte/releases/download/v0.17.0/nsyte-macos-0.17.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.17.0/nsyte-macos-compressed-0.17.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.17.0/nsyte-linux-0.17.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.17.0/nsyte-linux-compressed-0.17.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.17.0.exe
  • Compressed: nsyte-windows-compressed-0.17.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.16.0

16 Jul 21:59

Choose a tag to compare

nsyte v0.16.0

Changes in this release

Installation

Download the appropriate binary for your system and make it executable:

Linux

chmod +x nsyte-linux-0.16.0
./nsyte-linux-0.16.0

macOS

chmod +x nsyte-macos-0.16.0
./nsyte-macos-0.16.0

Windows

Double-click the executable or run from command line:

nsyte-windows-0.16.0.exe