npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

orion-code

v1.5.3

Published

AI coding assistant with multi-model support

Downloads

1,265

Readme


Orion

AI coding assistant with multi-model support

npm version License: MIT CI Tests npm downloads


Features

  • DeepSeek V4 Pro - Best quality models for complex coding tasks
  • Automatic fallback - Seamless fallback: Pro -> Flash
  • Session history - Track all your conversations and sessions
  • One-command setup - Interactive wizard for effortless configuration
  • Health check - Built-in diagnostic tool
  • 100% free - No credit card required

Quick Install

npm (recommended)

npm install -g orion-code
orion setup
orion

yarn

yarn global add orion-code
orion setup
orion

git clone

git clone https://github.com/dinhoSilwa/claude-seek.git
cd claude-seek
chmod +x install-orion.sh
./install-orion.sh
orion setup
orion

Prerequisites

  • Node.js 18 or higher
  • npm (comes with Node.js)
  • DeepSeek API key - Get one here

Commands

| Command | Description | |---------|-------------| | orion | Start interactive coding session | | orion -p "query" | Run single query and exit | | orion --model MODEL | Force specific model (pro/flash) | | orion setup | Interactive setup wizard | | orion config set-key | Configure API key | | orion config unset-key | Remove API key | | orion config show | Show current settings | | orion history list | List all sessions | | orion history show <id> | Show session details | | orion history clear | Clear all history | | orion doctor | Health check and diagnostics | | orion update | Update to latest version | | orion --version | Show version | | orion --help | Show help |


Examples

Interactive session

orion

Output:

Starting orion with model: deepseek-v4-pro

> Create a Python function that calculates Fibonacci

Single query

orion -p "Explain React hooks in simple terms"

Force specific model

orion --model flash -p "Quick: what's 2+2?"

Health check

orion doctor

Output:

System:
   Node.js: v20.10.0
   npm: 10.2.3
   OS: Linux

API Key:
   Status: Configured
   Valid: Yes

History:
   Status: Enabled
   Sessions: 5

Models:
   deepseek-v4-pro: Available
   deepseek-v4-flash: Available

Environment Variables

| Variable | Description | |----------|-------------| | DEEPSEEK_API_KEY | Set API key directly (overrides saved key) | | NO_COLOR | Disable colored output | | LOG_LEVEL | Logging level (debug/info/warn/error) |


File Structure

After installation:

~/.orion/
├── orion                    # Main executable
├── node_modules/            # Dependencies
├── key                      # API key (secure, 600 permissions)
├── config.env               # User configuration
├── history/                 # Session history
└── logs/                    # Debug logs

Development

Run tests

npm install -g bats
bats tests/

Run shellcheck

shellcheck install-orion.sh uninstall-orion.sh

Local installation

./install-orion.sh

Uninstall

./uninstall-orion.sh

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing)
  3. Commit your changes (git commit -m 'feat: add amazing feature')
  4. Push to the branch (git push origin feature/amazing)
  5. Open a Pull Request

License

MIT © Cláudio Silva


Credits


Support