Installation & Setup

Requirements

Before installing Noxly, ensure you have:

  • Node.js 20 or newer, or Bun
  • A terminal with Unicode support
  • A Sui account
  • A SuiNS profile for identity-based messaging

Installation

Install Noxly globally with your preferred package manager.

Install Package

Using npm:

Code
npm install -g noxly

Or using Bun:

Code
bun install -g noxly

Verify Installation

Check that the binary was successfully linked to your path:

Code
noxly --version

Import Your Account

Import your existing Sui account to enable sending and receiving encrypted messages:

Code
noxly account import

Quick Start

Once set up, you can immediately send your first message. SuiNS lookups are automatic!

Code
noxly send alice "hello man"

To read messages with a user:

Code
noxly history alice