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

@hasna/codewith

v0.1.40

Published

Codewith command-line coding agent from Hasna.

Readme


Quickstart

Installing and running Codewith

Run the following on Mac, Linux, or Windows to install Codewith:

bun install -g @hasna/codewith

Codewith can also be installed through npm:

npm install -g @hasna/codewith

Then run codewith to get started. Codewith stores its local state in ~/.codewith by default.

Each GitHub Release contains many executables, but in practice, you likely want one of these:

  • macOS
    • Apple Silicon/arm64: codewith-aarch64-apple-darwin.tar.gz
    • x86_64 (older Mac hardware): codewith-x86_64-apple-darwin.tar.gz
  • Linux
    • x86_64: codewith-x86_64-unknown-linux-musl.tar.gz
    • arm64: codewith-aarch64-unknown-linux-musl.tar.gz

Each archive contains a single entry with the platform baked into the name (e.g., codewith-x86_64-unknown-linux-musl), so you likely want to rename it to codewith after extracting it.

Using Codewith with your ChatGPT plan

Run codewith and select Sign in with ChatGPT. We recommend signing into your ChatGPT account to use Codewith as part of your Plus, Pro, Business, Edu, or Enterprise plan. Learn more about what's included in your ChatGPT plan.

You can also use Codewith with an API key.

Features

Interactive Terminal UI

Codewith provides a rich terminal-based interface with:

  • Slash commands: Use / to access commands like /model, /profile, /config, /review, and /diff
  • Session management: Resume, fork, and archive previous conversations
  • Markdown rendering: Display code, diffs, tables, and model responses in the terminal
  • Vim mode: Optional Vim-style editing for the composer
  • Custom keybindings: Remap TUI shortcuts to your preference
  • Theme selection: Choose from multiple syntax highlighting themes

Authentication Profiles

Save and switch between multiple local authentication profiles:

codewith login --auth-profile work
codewith login --auth-profile personal
codewith profile list
codewith --auth-profile work

Execution Modes

  • Interactive mode: Run codewith for the full TUI experience
  • Exec mode: Run codewith exec "your prompt" for non-interactive tasks
  • Review mode: Run codewith review for code review assistance
  • Apply mode: Run codewith apply to apply diffs from previous sessions

Sandbox Security

Codewith can run commands under platform-specific sandboxing:

  • macOS: Uses Seatbelt sandboxing
  • Linux: Uses Landlock and bubblewrap (bwrap) sandboxing
  • Windows: Uses Windows sandbox with private desktop

MCP (Model Context Protocol) Integration

Extend Codewith with external tools via MCP servers:

codewith mcp list
codewith mcp add <server-name>

Skills System

Enhance Codewith's capabilities with reusable skill definitions:

  • Create .codewith/CODEWITH.md for project-specific instructions
  • Install and manage skills through configured skill sources
  • Use /skills to browse and manage available skills

Session Tools

Use built-in session tools while working:

  • /plan switches to planning mode
  • /goal tracks long-running objectives
  • /loop, /schedule, and /monitor manage recurring work and lightweight monitors
  • /agent and /side organize parallel or side conversations

Docs

License

This repository is licensed under the Apache-2.0 License. See NOTICE, MODIFICATIONS.md, and THIRD_PARTY_NOTICES.md for attribution, modification, and bundled third-party notices. The Apache-2.0 license covers this codebase; it does not grant rights to OpenAI trademarks, services, accounts, subscriptions, models, or APIs.