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

sspai-cli

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sspai-cli

A fast and colorful terminal AI interface built for developers, by developers.

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
8
Maintainers
0
Weekly downloads
 
Created
Source

SSP CLI AI

SSP-AI CLI Banner

A fast and colorful terminal AI interface built for developers, by developers. Version

✨ Features

  • 🎨 Stylish Terminal UI – ASCII banners, chalk styling, and a colorful experience
  • Quick Setup – Running an Different dedicated dedicated server for fetching data
  • 💬 Interactive Chat – Talk to SSP AI directly from your terminal
  • 🔧 Model Switching – Use different AI models instantly
  • 📜 Version Info – See current version and changelog

🚀 Installation

# Global installation
npm install -g sspai-cli

# Start the CLI
sspai-cli

# Start typing your query
Hello

💬Usage

Commands

type anything                 # Interactive chat session
welcome                       # Showing Welome Screen
set model <model_name>        # Switchs to new model
exit / quit                   # Close the assistant

Options

-v, --version                 # Check current version          
-m, --model                   # Shows current & available model
-d, --developer               # View developer details 

⚡ Backend Server

# Cloning backend repo
git clone https://github.com/swarnade/ssp-ai-backend 

# ENV
Google_Gemini_Key=
Azure_Openai_Key=
Azure_Openai_Endpoint=
MongoDB_String=

#Install node modules
npm install

# Start your server
node server

🎯 Available Models

ModelOrganizationType
gemini-2.0-flashGoogleFree
gemini-2.5-flashGoogleFree
o3-miniAzure OpenAiFree
o4-miniAzure OpenAiFree

⚙️Advanced Configuration [Optional]

# For Changing Default Model
export SSPAI_DEFAULT_MODEL=<model name>

🛠️Development & Contribution

# Clone and setup
git clone https://github.com/swarnade/sspai-cli
cd sspai-cli
npm install
node index

📄 License

MIT License - see LICENSE file for details.

Made with ❤️ by Swarnadeep Saha Poddar

Keywords

cli

FAQs

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