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

totem-llm

v0.8.0

Published

Totem LLM – Your Private AI. Run a self-hosted AI assistant locally on Linux, macOS, or Windows.

Readme

Totem LLM

Your Mind Leads

Node.js License Platform

A sovereign AI solution for consumer hardware. Keep your data private, run locally, stay in control.


🚀 Key Features

| Feature | Description | |---------|-------------| | Privacy First | All data stays on your machine. | | Consumer Hardware | Optimized for consumer-grade devices. | | Local & Cloud | Choose local models via Ollama or use cloud providers (OpenRouter). | | Easy Setup | One-line install with automatic dependency resolution. |


📋 About

Totem LLM is a sovereign AI solution, aimed at optimizing for consumer hardware and ensuring data privacy. It is designed to run efficiently on consumer-grade hardware, such as laptops and desktops, without the need for cloud-based processing. This allows users to have full control over their data and AI interactions, without relying on third-party services.

While local AI is the core focus, Totem LLM supports both local and cloud-based LLM providers, giving users the flexibility to choose based on their needs and preferences. The system is built with a modular architecture, allowing for easy integration of new features and providers over time.

⚙️ Requirements

Before installing Totem LLM, first install the below prerequisites:


🎯 Quick Start

1️⃣ Install the Package

Open your terminal and run:

npm install -g totem-llm

This automatically downloads Totem LLM and installs all dependencies (server, collector, frontend).

2️⃣ Start Totem LLM

totem-llm start

First run: Creates ~/totem-llm/ directory, migrates database, then launches services.

Access: Open http://localhost:8686 in your browser.

3️⃣ Optional: Install as Desktop App

In the browser UI, click the install icon in the address bar (or use your browser menu) to add Totem LLM to your desktop. This is a link to the web GUI, but with its own window and taskbar/dock icon for easy access.


📚 Command Reference

totem-llm start                 # Start server and collector
totem-llm --no-collector       # Start server only (skip document ingestion)
totem-llm --port=8080          # Use custom server port
totem-llm setup                # Run first-time setup without starting
totem-llm --help               # Show all available commands

Environment Variables

# Override default storage location (default: ~/totem-llm)
export TOTEM_STORAGE_DIR=/your/custom/path
totem-llm start

🛠️ Troubleshooting

| Issue | Solution | |-------|----------| | npm not found (Windows) | Run npm.cmd instead of npm | | totem-llm command not found | Run npx.cmd totem-llm start or add npm global bin to PATH | | PowerShell script execution error | Run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser once, then retry | | Alternative on Windows | Use Command Prompt (cmd.exe) instead of PowerShell |

🙏 Acknowledgments

Totem LLM is built on the foundation of AnythingLLM by Mintplex Labs. We are deeply grateful for their excellent work.


📄 License

Totem LLM is released under the MIT License — see LICENSE for details.

📞 Support