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

tillbooks

v0.0.0

Published

TILL (Trusted Independent Ledger Library) is a free, open-source (MIT), local-first Swiss accounting app where an AI agent posts entries, categorizes, drafts and chases invoices, and prepares the MWST-Abrechnung through a first-class MCP interface, with a

Readme

TILL

Trusted Independent Ledger Library. Swiss accounting your agent can actually use.

TILL is a free, open-source (MIT), local-first accounting app built for Switzerland. Your books live in a single SQLite file on your own machine. They never leave the country, because they never leave your laptop.

The difference is the interface. Most accounting software is a GUI with an AI button bolted on. TILL is built the other way around: an MCP server is a first-class interface, so an agent can post entries, categorize transactions, draft and chase invoices, prepare the MWST-Abrechnung, and answer "how did my quarter go" by talking to the ledger directly. A minimalist Studio gives you human oversight of everything the agent did. Agent and human share one ledger.

Status: pre-alpha. The scaffold is up and the specs are written. Nothing here is ready to keep real books yet. Do not run your business on it.

Why

Switzerland has accounting software. It does not have accounting software an agent can drive, and the open-source option (Gäld) is AGPL, which forecloses an open-core model. TILL is a clean-room MIT rebuild aimed at the things that actually make Swiss books Swiss:

  • QR-bill (Swiss QR-Rechnung) with the structured-address standard
  • Three MWST rates (8.1%, 3.8%, 2.6%) and the MWST-Abrechnung that falls out of them
  • Kontenrahmen KMU seeded out of the box
  • ISO 20022 (camt/pain) for banking
  • de-CH and en from day one

The ledger is not negotiable

Posted entries are append-only and immutable. A correction is a reversing entry, never a destructive edit, exactly as real accounting works. Posting is idempotent: a double-post does not double-count. These are asserted in the test suite, not merely promised in a README.

Install

npm install -g tillbooks
till --help

The package is tillbooks. The command is till.

Documentation

  • Specs : the capability specs and the architecture reference
  • Design : the design law this project builds to
  • Naming : why it is called TILL, with the register evidence

License

MIT, Copyright (c) 2026 Nomadik GmbH. See LICENSE.

TILL is an independent project. It is not affiliated with, endorsed by, or derived from bexio AG or any other accounting vendor. It is a clean-room implementation built from public documentation.