KolShek logo
KolShek
BETA

Your Israeli finances, locally,
on your terms.

Open-source CLI that pulls transactions from 17 Israeli banks and credit cards into a local SQLite database. No cloud. No telemetry.

17
Providers
100%
Local
Downloads
terminal
# Setup wizard
$ kolshek init
? Select provider: Bank Hapoalim
✓ Connected! Fetched 342 transactions.
 
# Monthly report
$ kolshek report monthly
Income: ₪18,500 | Expenses: ₪12,340 | Net: +₪6,160
 
# Query with SQL
$ kolshek query "SELECT description, SUM(chargedAmount) FROM transactions GROUP BY 1 ORDER BY 2 LIMIT 3"
Shufersal -₪2,340 | HOT -₪189 | Cellcom -₪149
KolShek Agent online
Set up my finances 09:41

Connected Bank Hapoalim, Isracard. Fetched 342 transactions. 287 translated, 12 category rules applied.

09:41
Categorize everything 09:41
Groceries34 txns
Dining18 txns
Transport12 txns
Subscriptions8 txns

Applied 12 rules. 94% coverage.

09:41
Analyze my spending 09:42
Income₪18,500
Expenses₪12,340
Savings rate33%

Top opportunity: ₪450/mo in unused subscriptions.

09:42
Monthly review 09:42

B+ Overall

Groceries on budget, dining 15% over. Savings rate 28% → 33%.

09:42
Message

Personal finance is personal. Every budgeting app forces you into someone else's system. KolShek doesn't. It fetches your data, stores it locally, and gives your AI agent full access to it. Your data, your rules.

Fetch

Pull transactions from all your banks and credit cards automatically.

Analyze

Monthly reports, category breakdowns, spending trends, and AI-powered insights.

Own

Everything stays on your machine. Your data, your rules.

Everything you need

A complete toolkit for managing your Israeli finances.

17 Banks & Credit Cards

All major Israeli institutions — Hapoalim, Leumi, Discount, Mizrahi, Max, Visa Cal, Isracard, and more. Powered by israeli-bank-scrapers.

Built for AI Agents

First-class plugins for Claude Code, Cursor, Gemini CLI, and more.

Web Dashboard

HTMX-powered settings UI with real-time fetch progress via SSE.

Smart Categorization

Auto-tag transactions. Rename, merge, or bulk-migrate categories. Hebrew translation.

SQL Access

Read-only kolshek query. Schema introspection for agents.

Structured JSON

--json on every command. Consistent envelope format that AI agents and scripts can parse.

Scheduled Sync

Automatic fetching via Task Scheduler, launchd, or cron. Set it and forget it.

Reports & Trends

Monthly summaries, category breakdowns, balance history, merchant insights, and multi-month trend analysis. Lifestyle spending mode excludes non-spending categories for a clearer picture.

Supported Providers

All major Israeli banks and credit card companies.

Banks

Hapoalim
Leumi
Discount
Mizrahi-Tefahot
Mercantile
Otsar Hahayal
Union
Beinleumi
Massad
Yahav
One Zero
Pagi

Credit Cards

Visa Cal
Max
Isracard
Amex
Beyahad Bishvilha
Behatsdaa

Powered by israeli-bank-scrapers

Security first

Your financial data deserves the highest level of protection.

100% Local

No cloud sync, no telemetry, no analytics. All data stays on your machine. No account required.

OS Keychain

Credentials stored in Windows Credential Manager, macOS Keychain, or Linux secret-tool. Never logged, zeroed after use.

AES-256-GCM Encryption

Fallback encrypted storage when keychain is unavailable. Database and config files restricted to owner-only permissions.

Read-Only SQL

Query command whitelists SELECT and safe PRAGMA only. Parameterized queries throughout. CSRF & XSS protection on dashboard.

Get started in 4 steps

No account needed. Everything runs on your computer.

1

Download KolShek

Click the button for your system. The download starts immediately.

Download for Windows
2

Connect your bank

Open a terminal and run this command. A step-by-step wizard will guide you through connecting your bank or credit card.

kolshek init
3

See your finances

Open a visual dashboard in your browser, or get a quick summary in the terminal.

kolshek dashboard

Or use the CLI: kolshek report monthly

4

Connect your AI tool

Let your AI assistant query your finances directly. Pick your tool:

kolshek plugin install claude-code

Share your feedback

Help shape the future of KolShek. Submitted as a GitHub issue.