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

oasishq

v0.7.0

Published

Oasis CLI — durable shared local coding-agent sessions with native resume, lazy wake, presence, and in-terminal controls

Readme

Oasis CLI

A terminal host that turns local coding-agent sessions (Claude Code, Codex, Pi, OpenCode, Hermes, Kilo, and Devin) into durable shared CLI rooms with one terminal UI for the host and everyone invited to the session. CLI sessions do not create workspace Agents and stay out of the Oasis workspace Room list. Legacy shells such as aider and plain zsh remain available in a raw PTY.

╭────────────────────────┬─────────────────────────────────────────────╮
│ ORGANIZATION           │                  ▄▄▄▄▄▄                     │
│  ▸ Mercury Prod        │                ▄▀▀▀▀▀▀▀▀▄                   │
│──────────────────────  │                ▀▀▀▀▀▀▀▀▀▀                   │
│ ROOMS         ↻ ctrl+r │                  ▀▀▀▀▀▀                     │
│  ● Silverssz  proton   │                O A S I S                    │
│                        │              Start a room:                  │
│                        │           ▸ [ Claude Code ]                 │
│                        ├─ ~/Documents/MercuryV2 ────────────────────┤
│                        │ ❯ cd <folder> · tab completes · enter runs  │
╰────────────────────────┴─────────────────────────────────────────────╯

Install

npm install -g oasishq
oasis

Requires macOS and Node ≥ 18.17. Legacy PTY sessions also require python3.

Auto-update

Every oasis launch checks npm for a newer release; if one exists it installs it and restarts itself before the landing appears — no manual upgrades. Set OASIS_NO_AUTO_UPDATE=1 to skip the check (e.g. to pin a version).

What it does

  • oasis opens the landing: your CLI session rooms on the left (green dot = that machine's CLI is live right now), harness picker on the right.
  • Pick a harness → a new private CLI session is born with a random codename ("Quiet Osprey"); after your first prompt an LLM retitles it to what you're actually working on. Invite teammates from the in-room member picker.
  • Coding agents run in-pane through the same provider adapters as Oasis Desktop. Messages, thinking/status, tool activity, streaming replies, slash controls, skills, and approval/question pickers render in the terminal.
  • Everyone sees the same Room UI. The machine with the local runtime hosts the work; attached teammates use the same composer and receive the same live state through the existing Room channel.
  • Sessions survive app exits. Reopening a Room resumes its provider-native Claude/Codex/ACP thread. Dormant runtimes suspend after 15 minutes and wake on the next human message; only confirmed deletion permanently removes one.
  • One agent, multiple humans. Every human message wakes the session's sole runtime; no @agent tag is required or added to the transcript.
  • Legacy shells run in a real PTY. ctrl+q detaches; select the room to return while the Oasis process remains open.
  • In-room sidebar (ctrl+b to focus, everything clickable): rename the room, add org members from a searchable dropdown, see owner / directory / status / members.
  • The ❯ bar on the landing runs cd with shell-style tab completion, and \login / \logout / \org for auth and org switching.
  • Auth: Auth0 device flow (\login → confirm a code in the browser). Tokens live in ~/.oasis/credentials.json (0600) and renew silently.

Keys

| Where | Key | Does | | --- | --- | --- | | landing | ↑/↓ ←/→ | move · switch panes | | landing | enter | run bar command / start or resume the selection | | landing | backspace on a room | confirm permanent delete (owner) / leave (member) | | landing | ctrl+r | refresh rooms | | session | ctrl+b | focus the room sidebar | | session | ctrl+q | back to landing (session keeps running) | | coding room | /model /mode /thinking | change supported runtime controls | | legacy session | \ | command mode: \oasis \rename <name> \quit | | anywhere | ctrl+c | quit oasis |

Config

Defaults target production Oasis. Override in ~/.oasis/config.json or env: OASIS_API_URL, OASIS_AUTH0_DOMAIN, OASIS_AUTH0_CLIENT_ID, OASIS_AUTH0_AUDIENCE, OASIS_HOME.