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

@armandswirc/sovereign

v0.5.12

Published

Personal AI Command Center - Local-first, multi-provider desktop app

Readme


Quick Install (via npm)

npm install @armandswirc/sovereign
npx sovereign

Or install globally:

npm install -g @armandswirc/sovereign
sovereign

On macOS, postinstall also copies Sovereign.app to /Applications when possible.


Nederlands

Sovereign is een lokale AI-werkruimte voor power users. Je krijgt chat, research, documenten, coding en automatisering in een snelle desktop app - met jouw modellen en jouw data.

Highlights

  • Chat-first workflow met persona- en prompt-integratie
  • Document Studio (Documents, Presentations, Spreadsheets, Websites)
  • Web Research en Market Intelligence
  • Model Hub voor lokale + cloud providers
  • Toolbox + Agent Framework voor geavanceerde flows
  • Offline-first architectuur, geen telemetrie

Core workflows (sidebar)

| Zone | Modules | |---|---| | Pinned | Chats, Projects, Document Studio | | Work | Knowledge Stacks, Data Analyzer, Workbench | | Research | Web Research, Market Intelligence, Extraction Studio, Audio Studio | | Create | Image Studio, Canvas | | Advanced | Model Hub, Toolbox, Agent Framework | | Settings | Settings |

Installatie

Via npm (aanbevolen):

npm install @armandswirc/sovereign
npx sovereign

Of download de latest release:

  • Sovereign_0.5.3_x64-setup.exe
  • Sovereign_0.5.3_x64_en-US.msi
  • Sovereign_0.5.3_aarch64.dmg
  • Sovereign_0.5.3_x86_64.dmg

Broncode build:

npm install
npm run tauri build

macOS Installatie (zonder Developer Account)

Omdat we geen Apple Developer account gebruiken, toont macOS een waarschuwing. Zo installeer je toch:

Optie A: Install Script (aanbevolen)

# Download eerst de .dmg van GitHub Releases
# Pak uit en open Terminal in die map
chmod +x scripts/install.sh
./scripts/install.sh

Optie B: Handmatig

  1. Sleep Sovereign.app naar Programma's
  2. Rechtsklik op de app -> Open -> Open
  3. Of: Systeeminstellingen -> Privacy & Security -> Open toch

Optie C: Terminal fix

xattr -dr com.apple.quarantine "/Applications/Sovereign.app"

⚠️ Waarom deze warning?
Apple vereist een betaald Developer account (EUR99/jaar) voor automatische verificatie.
Wij kiezen voor gratis distributie via GitHub. De app is veilig - bekijk de source code zelf.

Snelstart

  1. Open Model Hub en activeer je providers/modellen.
  2. Start in Chats en selecteer model, persona en prompt.
  3. Gebruik Document Studio voor docs/slides/sheets/websites.
  4. Gebruik Web Research voor deep research met bronnen.

Web search setup (2 min)

  1. Ga naar Settings -> Web Engine
  2. Voeg een provider toe (bijv. DuckDuckGo zonder API key)
  3. Klik op Test
  4. Verwacht: Working (N results)

Schermafbeeldingen

Automatisch opnieuw genereren:

npm run dev -- --host 127.0.0.1 --port 4173
node scripts/capture-screenshots.mjs

English

Sovereign is a local-first AI workspace for power users. It combines chat, research, document creation, coding, and automation in one fast desktop app.

Highlights

  • Chat-centric flow with persona and prompt integration
  • Document Studio (Documents, Presentations, Spreadsheets, Websites)
  • Web Research and Market Intelligence
  • Model Hub for local and cloud models
  • Toolbox + Agent Framework for advanced automation
  • Offline-first architecture, no telemetry

Installation

Via npm (recommended):

npm install @armandswirc/sovereign
npx sovereign

Or download the latest release:

  • Sovereign_0.5.3_x64-setup.exe
  • Sovereign_0.5.3_x64_en-US.msi
  • Sovereign_0.5.3_aarch64.dmg
  • Sovereign_0.5.3_x86_64.dmg

Build from source:

npm install
npm run tauri build

macOS install (without Apple Developer account)

Because the app is not notarized with a paid Apple Developer account, macOS may show a warning.

Recommended:

chmod +x scripts/install.sh
./scripts/install.sh

Manual fallback:

xattr -dr com.apple.quarantine "/Applications/Sovereign.app"

Tech stack

  • Tauri 2 + Rust
  • React 19 + TypeScript + Vite
  • Zustand state management
  • Local storage persistence

Screenshots

License

MIT