New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bno-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bno-cli

Terminal chat application for Ubuntu, Windows, and macOS

latest
Source
npmnpm
Version
1.0.10
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

bnochat logo

bno-cli

Chat from your terminal. Fast, simple, cross-platform.

WebsiteDownloadInstallationUsage

Installation

npm (Requires Node.js)

npm install -g bno-cli

macOS Setup

# Download (Apple Silicon)
curl -L -o bno https://github.com/bnochat/cli/releases/latest/download/bno-macos-arm64

# Make executable & remove quarantine
chmod +x bno && xattr -d com.apple.quarantine bno

# Move to PATH
sudo mv bno /usr/local/bin/

Linux Setup

# One-line install
curl -fsSL https://raw.githubusercontent.com/bnochat/cli/main/scripts/install.sh | bash

# Or manual
curl -L -o bno https://github.com/bnochat/cli/releases/latest/download/bno-linux
chmod +x bno && sudo mv bno /usr/local/bin/

Homebrew (macOS)

brew tap bnochat/cli && brew install bnochat

No dependencies required. Download and run.

PlatformDownloadNotes
Windowsbno.exeRun directly
macOS (Intel)bno-macos-x64See setup below
macOS (Apple Silicon)bno-macos-arm64See setup below
Linuxbno-linuxSee setup below

Usage

Quick Start

# 1. Login (opens browser)
bno -a

# 2. Join a room
bno -j ROOM_CODE

Commands

FlagDescription
-a, --authLogin via browser
-j, --join [code]Join a chat room
-l, --logoutLogout
-c, --checkCheck for updates
-u, --updateUpdate to latest version
-v, --versionShow version
-h, --helpShow help

Chat Commands

While in a room:

CommandAction
/q /quit /exitLeave room

Update

# Check for updates
bno -c

# Update to latest
bno -u

# Update for npm
npm update -g bno-cli

License

MIT © bnochat

Keywords

chat

FAQs

Package last updated on 29 Dec 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