Swiss VAT, to the cent.
Amounts are stored as whole cents and rates in basis points: no rounding ever makes a franc disappear. Standard, reduced and accommodation rates, closing by period and full history.

Swiss accounting · Free · Open code
Quotes, invoices, VAT returns, cash and taxes for all your companies, in one application that runs on your own computer. Free for everyone.
Windows and Linux · Version 1.20.5

01 / 08
Turnover, profit, payments received and overdue invoices: the state of your company at a glance. Every widget can be moved and resized as you like.
100 %
No account, no server, no subscription. Qompta installs in two minutes and works offline.
AES-256
The database and the backups are encrypted on disk. A copied file reveals nothing without your key.
CHF 0
As many companies, invoices and quotes as you need. No paid edition, no hidden option.
Features
Qompta follows the real path of a Swiss business: you quote, you invoice, you get paid, you declare. Each step feeds the next without typing anything twice.
Amounts are stored as whole cents and rates in basis points: no rounding ever makes a franc disappear. Standard, reduced and accommodation rates, closing by period and full history.

Every PDF invoice carries its compliant Swiss payment part, readable by every banking app.
Sole proprietorship, simple partnership, general partnership, LLC, company limited by shares and association. Each company is strictly separated; changing legal form keeps the full history.
Several dashboards per company, 22 indicators, custom charts. Set your objectives and Qompta tracks progress in real time.
Capital contributions, current accounts and repayments, kept apart: they enter neither the profit nor the VAT return.
Logo, colour, pattern, font and signatures: quotes, contracts and invoices carry your identity, set once and for all.

Every change can be undone in one click. A form closed by mistake comes back exactly as it was, even if it was never saved.
An encrypted backup at every launch, kept for seven days and restored in one click from the settings.
Privacy
A company's books are its own business. Qompta sends them nowhere: no cloud, no telemetry, no online account.
Only a sealed file ever touches the disk. The working database lives in memory for the length of the session.
Shown once at first launch, it opens your data on another computer. Nobody else has it, not even Qwasar.
Qompta works entirely offline. Nothing depends on a service that could shut down or change its prices.
Open code
The complete source code of Qompta is public. Anyone can install it, check what it does with their data, study it and adapt it to their business. There is no paid edition hidden behind it.
View the code on GitHubApache 2.0 licence with the Commons Clause: free to use, study and modify; resale excluded.
/**
* Splits a gross amount into {net, vat} for a given rate.
* The VAT is derived by difference to guarantee
* net + vat === gross exactly.
*/
export function splitGross(grossCents: Cents, rateBps: Bps) {
if (rateBps === 0) {
return { net: grossCents, vat: 0 };
}
const net = roundHalfUp((grossCents * 10000) / (10000 + rateBps));
return { net, vat: grossCents - net };
}Who it is for
A sole proprietorship, quotes, invoices and a VAT return without subscription software.
Double-entry bookkeeping, equity, capital and a tax file suited to a capital company.
Taxed on profit alone, without capital: Qompta applies the right logic by default.
All your companies in a single application, each one strictly separated from the others.
Frequently asked questions
Yes. No subscription, no limit on companies or invoices, no reserved feature. The source code is public: you can check that there is nothing behind it.
Not yet: the Qompta interface is in French. This website and the documentation are available in English, with every on-screen label quoted in French and translated in brackets.
Only on your computer, in a database encrypted with AES-256-GCM. Qompta sends nothing over the internet and asks for no account.
Yes. Qompta pre-fills it from your invoices with the official figures, from 200 to 910, using the effective method or the net tax rate. You check it and then enter the amounts on the FTA portal.
Yes. Every invoice exported to PDF includes its QR payment part, compliant with Swiss standards, with your IBAN and the reference.
64-bit Windows 10 and 11, as well as Linux: a .deb package for Debian, Ubuntu and their derivatives, an AppImage for other distributions. There is no macOS version yet.
On your computer, nothing: the system keeps it for you. It becomes essential to open your data elsewhere or after reinstalling Windows. Write it down at first launch and store it away from the computer.

Download
Choose your system. The files are served by GitHub, from the official Qompta releases page.
Windows 10 and 11, 64-bit
.exe installerAnd their derivatives, 64-bit
.deb packageAny 64-bit distribution
AppImageVersion 1.20.5 · The Qompta interface is in French. Installation guide