Kobel

Created By
2 days ago
Kobel is a Windows desktop app that acts as a local permission gateway between your files and AI assistants like ChatGPT, Claude Desktop, Cursor, GitHub Copilot and Gemini CLI. Instead of giving an AI tool unrestricted access to your computer, you decide — per folder — exactly what it may do, using a simple five-color permission system: green (read & write), teal (write with automatic backup), orange (read the original, write only to a copy), yellow (read only) and red (no access). Everything runs locally on your PC. No cloud, no upload, no internet connection required. Credentials such as passwords, API keys and tokens are encrypted with AES-256 in your operating system's secure store. A tamper-proof activity log shows every file the AI read, changed or deleted, with timestamps. Through the built-in App-Proxy you can also connect local software — CRM, ERP, image editors or internal tools — and make it MCP-compatible without touching the software itself. Kobel is built for developers connecting a codebase, agencies needing hard boundaries between client projects, and companies that want non-technical staff to use AI safely. Available now on the Microsoft Store for Windows 10 and 11; macOS in development. Free tier available; Pro is a one-time €49 license. Made in Germany.
Overview

/* NAV */ nav{display:none} .hbtn{position:fixed;top:20px;right:20px;z-index:300;display:flex;flex-direction:column;gap:5px;cursor:pointer;padding:9px;background:var(--g);border:none;border-radius:9px;box-shadow:0 2px 10px rgba(0,0,0,.2)} .hbtn span{display:block;width:20px;height:2px;background:#fff;border-radius:2px;transition:all .3s} .hbtn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)} .hbtn.open span:nth-child(2){opacity:0} .hbtn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)} .mmenu{position:fixed;top:0;right:0;width:280px;height:100vh;background:var(--cream);z-index:199;display:none;flex-direction:column;padding:72px 32px 32px;box-shadow:-8px 0 32px rgba(0,0,0,.12)} .mmenu.open{display:flex} .mmenu a{color:var(--black);text-decoration:none;font-size:18px;font-weight:700;padding:14px 0;border-bottom:1px solid var(--border)} .mmenu a:last-child{border:none} .mmenu-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--black);line-height:1}

/* HERO — compact */ .hero-top{background:var(--cream);padding:72px 40px 20px;text-align:center} .hero-wordmark{display:block;width:min(580px,68vw);height:auto;margin:100px auto 100px;vertical-align:bottom;line-height:0} .hero-tagline{font-family:'Playfair Display',serif;font-size:clamp(20px,2.6vw,26px);font-weight:700;color:var(--black);line-height:1.45;max-width:580px;margin:0 auto 8px;margin-top:0} .hero-sub{font-size:16px;color:var(--gray);max-width:480px;margin:6px auto 20px;line-height:1.65} .hero-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap} .btn-p{background:var(--g);color:#fff;padding:15px 32px;border-radius:6px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s} .btn-p:hover{background:var(--gm);transform:translateY(-2px)} .btn-o{background:transparent;color:var(--g);padding:15px 32px;border-radius:6px;font-size:16px;font-weight:600;text-decoration:none;border:2px solid rgba(0,60,32,.2);transition:all .2s} .btn-o:hover{border-color:var(--g)}

/* APP BAND — screenshot vertically centered */ .hero-app-band{background:var(--cream);padding:80px 40px 0;text-align:center;display:flex;align-items:center;justify-content:center} .hero-app-band img{display:block;max-width:820px;width:90%;border-radius:10px;box-shadow:0 8px 60px rgba(0,0,0,.35)}

/* MEANING */ .meaning-section{background:var(--cream);padding:96px 40px;display:flex;justify-content:center} .meaning-inner{display:flex;align-items:center;gap:36px;max-width:680px} .meaning-icon img{width:280px;height:280px;object-fit:contain;flex-shrink:0} .word-origin{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--ga);margin-bottom:8px} .meaning-text h3{font-family:'Playfair Display',serif;font-size:20px;font-weight:900;color:var(--g);margin-bottom:7px} .meaning-text p{font-size:16px;color:var(--gray);line-height:1.7}

/* COMPAT — clean separator style */ .compat{background:var(--g);padding:13px 40px} .compat-inner{max-width:100%;display:flex;align-items:center;gap:0} .compat-lbl{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.45);white-space:nowrap;padding-right:20px;flex-shrink:0;border-right:1px solid rgba(255,255,255,.15);margin-right:0} .compat-divider{display:none} .ai-list{display:flex;align-items:center;flex:1;flex-wrap:wrap} .ai-item{font-size:13px;font-weight:500;color:rgba(255,255,255,.7);padding:0 20px;border-right:1px solid rgba(255,255,255,.15);line-height:1;white-space:nowrap} .ai-item:last-child{border-right:none;color:rgba(255,255,255,.4)}

/* SHARED */ .sw{max-width:1200px;margin:0 auto;padding:80px 40px} .lbl{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ga);margin-bottom:12px} h2{font-family:'Playfair Display',serif;font-size:clamp(30px,4vw,48px);font-weight:900;line-height:1.07;letter-spacing:-.02em;color:var(--black);margin-bottom:14px} .sub{font-size:16px;color:var(--gray);line-height:1.65;max-width:520px;margin-bottom:44px}

/* GATEWAY */ .gw-bg{background:var(--g)} .gw-inner{max-width:1200px;margin:0 auto;padding:100px 40px 120px} .gw-inner .lbl{color:rgba(255,255,255,.4)} .gw-inner h2{color:#fff} .gw-inner .sub{color:rgba(255,255,255,.6);margin-bottom:12px}

/* Gateway: 2-col — left (tools + arrows + files), right (screenshot) */ .gateway-wrap{display:flex;align-items:center;justify-content:center;margin-top:48px;gap:0;width:100%} .gateway-col{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 16px;min-width:80px} .gateway-col.right{} .gw-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35);margin-bottom:8px} .gw-items{display:flex;flex-direction:column;gap:6px} .gw-item{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:7px 12px;font-size:13px;font-weight:600;color:#fff} .gw-divider{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:18px;padding:0 8px;flex:1;max-width:140px} .gw-arrow-row{display:flex;align-items:center;gap:6px} .gw-arrow-row.gw-arr-rev{flex-direction:row-reverse} .gw-arr-label{font-size:11px;color:rgba(255,255,255,.65);font-weight:600;flex-shrink:0;white-space:nowrap} .gw-arr-shaft{flex:1;height:1px;background:rgba(255,255,255,.3);position:relative;min-width:8px} .gw-arrow-row:not(.gw-arr-rev) .gw-arr-shaft::after{content:'';position:absolute;right:-5px;top:-3.5px;border:3.5px solid transparent;border-left:6px solid rgba(255,255,255,.45)} .gw-arrow-row.gw-arr-rev .gw-arr-shaft::before{content:'';position:absolute;left:-5px;top:-3.5px;border:3.5px solid transparent;border-right:6px solid rgba(255,255,255,.45)} .gateway-center{display:flex;align-items:center;justify-content:center;padding:16px 8px;flex:0 0 auto;width:min(380px,40%)} .gateway-center img{width:100%;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.5)} .gateway-screenshot{display:none}

/* SETUP */ .setup-bg{background:var(--cream)} .steps3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px} .step3{background:var(--off);border:1px solid var(--border);border-radius:14px;padding:28px 22px;transition:box-shadow .25s} .step3:hover{box-shadow:0 12px 36px rgba(0,0,0,.07)} .s3n{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);margin-bottom:12px} .s3ic{width:40px;height:40px;border-radius:9px;background:var(--g);display:flex;align-items:center;justify-content:center;margin-bottom:14px} .s3ic svg{width:19px;height:19px;fill:#fff} .step3 h3{font-size:16px;font-weight:700;color:var(--black);margin-bottom:8px} .step3 p{font-size:13px;color:var(--gray);line-height:1.65} .s3note{margin-top:12px;background:var(--off);border-radius:6px;padding:7px 12px;font-size:11px;color:var(--g);font-weight:700;font-family:monospace;border-left:3px solid var(--ga)} .s3-apps{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px} .s3-app{background:var(--off);border:1px solid var(--border);border-radius:4px;padding:2px 9px;font-size:11px;font-weight:600;color:var(--g)}

/* APP FEATURES */ .app-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;align-items:center} .app-grid img.app-ss{width:100%;border-radius:10px;box-shadow:0 20px 56px rgba(0,0,0,.1)} .feat-list{display:flex;flex-direction:column;gap:14px} .fi2{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:10px;border:1px solid var(--border);background:var(--cream);transition:transform .2s} .fi2:hover{transform:translateX(4px)} .fi2-ic{width:32px;height:32px;border-radius:7px;background:var(--g);display:flex;align-items:center;justify-content:center;flex-shrink:0} .fi2-ic svg{width:16px;height:16px;fill:#fff} .fi2 h4{font-size:14px;font-weight:700;color:var(--black);margin-bottom:2px} .fi2 p{font-size:12px;color:var(--gray);line-height:1.55}

/* CUSTOM SOFTWARE */ .custom-bg{background:var(--g)} .custom-inner{max-width:1200px;margin:0 auto;padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start} .custom-inner .lbl{color:rgba(255,255,255,.4)} .custom-inner h2{color:#fff} .custom-inner > div:first-child > p{color:rgba(255,255,255,.65);font-size:15px;line-height:1.65;margin-bottom:8px} .custom-inner > div:first-child > .caveat{color:rgba(255,255,255,.4);font-size:13px;font-style:italic;margin-bottom:24px} .csteps{display:flex;flex-direction:column;gap:14px} .cs{display:flex;gap:14px;align-items:flex-start} .cs-num{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0;margin-top:2px} .cs h4{font-size:14px;font-weight:700;color:#fff;margin-bottom:2px} .cs p{font-size:12px;color:rgba(255,255,255,.55);line-height:1.5} .cv{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:24px} .cv-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.35);margin-bottom:14px} .cv-item{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);border-radius:7px;padding:9px 14px;margin-bottom:8px} .cv-item:last-child{margin-bottom:0} .cv-item-name{font-size:13px;font-weight:600;color:#fff} .cv-badge{font-size:10px;font-weight:700;color:rgba(255,255,255,.45);background:rgba(255,255,255,.07);padding:2px 9px;border-radius:10px}

/* PERMISSIONS / .perm-bg{background:var(--cream)} .perm-grid{display:grid;grid-template-columns:1fr;max-width:720px} .perm-rows{display:flex;flex-direction:column;gap:9px;margin-top:28px} .pr{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:9px;padding:12px 14px;transition:transform .2s} .pr:hover{transform:translateX(4px)} / App-accurate permission badge */ .pr-badge{width:24px;height:24px;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0} .pr h4{font-size:13px;font-weight:700;color:var(--black);margin-bottom:1px} .pr p{font-size:12px;color:var(--gray);line-height:1.4}

/* Permission table matching Kobel app exactly / .perm-table{background:#fff;border-radius:12px;border:1px solid var(--border);overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.05);font-size:13px} .pt-hd{background:var(--g);padding:12px 16px;display:flex;align-items:center;gap:8px} .pt-hd-title{font-family:'Playfair Display',serif;font-style:italic;font-size:15px;font-weight:900;color:#fff} .pt-hd-sub{font-size:11px;color:rgba(255,255,255,.4)} .pt-cols{display:grid;grid-template-columns:1fr 58px 70px 32px;padding:5px 14px;background:var(--off);border-bottom:1px solid var(--border)} .pt-cols span{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray)} .pt-r{display:grid;grid-template-columns:1fr 58px 70px 32px;align-items:center;padding:9px 14px;border-bottom:1px solid var(--border)} .pt-r:last-child{border:none} .pt-r:hover{background:#fafaf8} .pt-nm{font-size:13px;font-weight:500;color:var(--black);display:flex;align-items:center;gap:7px} .pt-folder{width:14px;height:12px;border-radius:2px 4px 2px 2px;flex-shrink:0} .pt-on{font-size:11px;color:#16a34a;font-weight:600} .pt-off{font-size:11px;color:var(--gray)} .pt-type{font-size:11px;color:var(--gray)} / Kobel app access icons — colored squares with icons inside */ .acc{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* USE CASES */ .uc-bg{background:var(--off)} .uc-inner{max-width:1200px;margin:0 auto;padding:80px 40px} .uc-inner .lbl{color:var(--ga)} .ucg{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px} .uc{border:1px solid var(--border);border-radius:11px;padding:24px 20px;transition:all .2s;background:var(--off)} .uc:hover{box-shadow:0 8px 24px rgba(0,0,0,.07);transform:translateY(-2px)} .uc-n{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray);margin-bottom:10px} .uc h3{font-size:15px;font-weight:700;color:var(--black);margin-bottom:7px} .uc p{font-size:12px;color:var(--gray);line-height:1.65}

/* PLATFORMS */ .plat-bg{background:var(--off)} .plat-inner{max-width:600px;margin:0 auto;padding:80px 40px;text-align:center} .plat-cards{display:flex;gap:16px;justify-content:center;margin-top:32px;flex-wrap:wrap} .plat-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;padding:24px 36px} .plat-card.soon{opacity:.65} .plat-os{font-size:22px;font-weight:800;color:var(--black);margin-bottom:5px} .plat-status{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray)} .plat-note{font-size:11px;color:var(--gray);margin-top:3px}

/* PRICING */ .price-bg{background:var(--cream)} .pg{display:grid;grid-template-columns:repeat(3,1fr);gap:16px} .plan{background:var(--off);border:1px solid var(--border);border-radius:12px;padding:28px 22px;position:relative;transition:all .25s} .plan:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgba(0,0,0,.08)} .plan.feat{background:var(--g);border-color:transparent;box-shadow:0 10px 36px rgba(0,60,32,.3)} .plan-chip{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--ga);color:#fff;padding:3px 12px;border-radius:10px;font-size:11px;font-weight:700;white-space:nowrap} .ptier{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);margin-bottom:8px} .feat .ptier{color:rgba(255,255,255,.5)} .pprice{font-family:'Playfair Display',serif;font-size:44px;font-weight:900;line-height:1;color:var(--black);margin-bottom:4px} .feat .pprice{color:#fff} .pfreq{font-size:12px;color:var(--gray);margin-bottom:20px} .feat .pfreq{color:rgba(255,255,255,.5)} hr.ps{border:none;border-top:1px solid var(--border);margin-bottom:14px} .feat hr.ps{border-color:rgba(255,255,255,.1)} ul.pi{list-style:none;display:flex;flex-direction:column;gap:7px;margin-bottom:22px} ul.pi li{font-size:12px;color:var(--gray);display:flex;gap:7px;align-items:flex-start} .feat ul.pi li{color:rgba(255,255,255,.7)} .ck{color:var(--ga);font-weight:700;flex-shrink:0} .pbtn{width:100%;padding:11px;border-radius:7px;font-size:13px;font-weight:700;cursor:pointer;border:2px solid var(--border);background:transparent;color:var(--black);transition:all .2s;font-family:'Manrope',sans-serif} .pbtn:hover{border-color:var(--black)} .feat .pbtn{background:#fff;color:var(--g);border-color:transparent} .feat .pbtn:hover{background:#e0f2e9}

/* CTA */ .cta-sec{background:var(--g);padding:120px 40px;text-align:center} .cta-wordmark-big{height:80px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:28px;display:block;margin-left:auto;margin-right:auto} .cta-sec h2{font-family:'Playfair Display',serif;font-size:clamp(36px,5.5vw,64px);font-weight:900;color:#fff;line-height:1.08;margin-bottom:14px} .cta-sec .csub{font-size:15px;color:rgba(255,255,255,.55);margin-bottom:32px} .cta-btn{display:inline-block;background:#fff;color:var(--g);padding:14px 32px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s} .cta-btn:hover{background:#e0f2e9;transform:translateY(-2px)} .cta-note{font-size:11px;color:rgba(255,255,255,.28);margin-top:12px} .made-in-de{display:inline-flex;align-items:center;gap:10px;margin-top:28px;padding:10px 20px;border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:12px;color:rgba(255,255,255,.45);font-weight:500;letter-spacing:.02em} .de-badge{font-size:16px;line-height:1}

footer{background:#060e08;padding:28px 40px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px} .fb img{height:14px;object-fit:contain;opacity:.35;filter:brightness(0) invert(1)} .footer-nav{display:flex;gap:18px;flex-wrap:wrap} .footer-nav a{font-size:11px;color:rgba(255,255,255,.3);text-decoration:none} .footer-nav a:hover{color:rgba(255,255,255,.6)} .copy{font-size:11px;color:rgba(255,255,255,.18)}

/* COMING-SOON BUTTONS (download removed until MS Store release) */ .btn-soon,.cta-btn.btn-soon{cursor:default !important;opacity:.92;pointer-events:none} .cta-btn.btn-soon{background:rgba(255,255,255,.92) !important} .pbtn.pbtn-soon{cursor:default !important;opacity:.75;pointer-events:none} .pbtn.pbtn-soon:hover{border-color:var(--border) !important} .feat .pbtn.pbtn-soon{background:rgba(255,255,255,.9)}

@media(max-width:900px){ nav{padding:0 20px} .hero-top{padding:68px 20px 24px} .hero-wordmark{width:68%} .hero-app-band{padding:36px 20px} .meaning-inner{flex-direction:column;text-align:center} .compat{padding:0 20px 28px} .sw,.gw-inner,.uc-inner,.plat-inner,.cta-sec{padding:60px 20px} .custom-inner{grid-template-columns:1fr;padding:60px 20px} .gateway-wrap{grid-template-columns:1fr} .steps3,.perm-grid,.app-grid,.ucg,.pg{grid-template-columns:1fr} footer{padding:22px 20px} .ai-list{gap:0} .ai-item{padding:0 12px;font-size:12px} }

Kobel — KI-Berechtigungs-Gateway für Windows

KI nutzen,
ohne die Kontrolle zu verlieren.

Kobel entscheidet, welche Dateien ChatGPT, Claude & Co. sehen dürfen — und welche nicht. Du legst die Regeln fest. Einmal. Fertig.

Was ist Kobel?

Kobel ist eine Windows-Desktop-App, die KI-Assistenten kontrollierten Zugriff auf deine Dateien gibt.

Kobel sitzt als lokales MCP-Gateway zwischen deinen Dateien und KI-Tools wie ChatGPT, Claude Desktop, Cursor, GitHub Copilot oder Gemini CLI. In einem Berechtigungssystem mit fünf Farben legst du pro Ordner fest, was die KI darf — von vollem Zugriff (grün) bis komplett gesperrt (rot). Alles läuft lokal auf deinem PC, ohne Cloud und ohne Upload.

Für Windows 10 und 11 · macOS in Entwicklung · Made in Germany · Kompatibel mit Claude Desktop, ChatGPT, Cursor, GitHub Copilot, Gemini CLI, Ollama und allen MCP-Clients.

Live-Demo · So sieht Kobel aus — interaktive Vorschau der Desktop-App

Kobel Icon
Kobel, der; -s [ˈkoːbl̩] · Deutsch · das Nest eines Eichhörnchens — ein sicherer, verborgener Ort, der von außen unzugänglich ist.

Genau das ist Kobel für deine Dateien: Du bestimmst, wer rein darf — die KI sieht nur, was du freigibst. Nicht mehr, nicht weniger.

Kompatibel mit
Claude Desktop ChatGPT Cursor Gemini CLI VS Code Copilot Und mehr

Das Konzept

Kobel steht zwischen
der KI und deinen Dateien.

Die KI fragt an — Kobel entscheidet. Nur was du freigegeben hast, kommt durch.

<div class="gateway-wrap">
  <!-- Links: KI -->
  <div class="gateway-col">
    <div style="font-size:44px;font-weight:800;color:#fff;line-height:1.1;margin-bottom:6px" data-i18n="gw_ai_lbl">KI</div>
  </div>
  <!-- Pfeil 1: KI ↔ Kobel -->
  <div class="gw-divider">
    <div class="gw-arrow-row">
      <div class="gw-arr-shaft"></div>
      <span class="gw-arr-label" data-i18n="gw_req">fordert an</span>
      <div class="gw-arr-shaft"></div>
    </div>
    <div class="gw-arrow-row gw-arr-rev">
      <div class="gw-arr-shaft"></div>
      <span class="gw-arr-label" data-i18n="gw_grant">gibt zurück</span>
      <div class="gw-arr-shaft"></div>
    </div>
  </div>
  <!-- Mitte: App Screenshot -->
  <div class="gateway-center">
    <img src="images/app.png" alt="Kobel — Berechtigungsübersicht">
  </div>
  <!-- Pfeil 2: Kobel ↔ Dateien -->
  <div class="gw-divider">
    <div class="gw-arrow-row">
      <div class="gw-arr-shaft"></div>
      <span class="gw-arr-label" data-i18n="gw_check">prüft</span>
      <div class="gw-arr-shaft"></div>
    </div>
    <div class="gw-arrow-row gw-arr-rev">
      <div class="gw-arr-shaft"></div>
      <span class="gw-arr-label" data-i18n="gw_grant2">gibt frei</span>
      <div class="gw-arr-shaft"></div>
    </div>
  </div>
  <!-- Rechts: Dateien -->
  <div class="gateway-col right">
    <div style="font-size:32px;font-weight:800;color:#fff;line-height:1.3" data-i18n="gw_files">Dateien<br>&amp; Apps</div>
  </div>
</div>

Berechtigungssystem

Du siehst auf einen Blick,
was die KI darf.

Fünf Farben — jede steht für eine klare Regel. Direkt in der App sichtbar, jederzeit änderbar.

Grün — Lesen und Schreiben

Dateien lesen und direkt bearbeiten.

Teal — Mit Backup schreiben

Vor jeder Änderung automatisch gesichert.

Orange — Kopie

KI liest das Original, schreibt aber nur in eine Kopie. Das Original bleibt unberührt.

Gelb — Nur lesen

Einsehen, aber nichts verändern.

Rot — Kein Zugriff

Vollständig gesperrt.

</div>

Sicherheit & Kontrolle

Eine sichere Umgebung für deine KI.

Kobel schützt nicht nur deine Dateien. Auch deine Zugangsdaten bleiben verschlüsselt, jede KI-Aktion ist nachvollziehbar, und im Team gelten zentrale Regeln.

Verschlüsselte Zugangsdaten

Passwörter, API-Schlüssel und Tokens werden mit AES-256 im Schlüsselspeicher deines Betriebssystems abgelegt (Windows DPAPI / macOS Keychain) — niemals im Klartext.

Aktivitätenprotokoll

Du siehst jederzeit, was die KI gemacht hat: jede gelesene, geänderte oder gelöschte Datei mit Zeitstempel und Ampel-Stufe. Fälschungssicher von Kobel selbst protokolliert — nicht von der KI.

Team-Verwaltung

Admins legen Mitglieder, Rollen und Firmen-Regeln zentral fest — welche Ordner, welche KIs, welche Rechte. Ein Admin-Zugang für das ganze Team.

Sofort-Schutz

Ein Klick — kein Zugriff.

Du musst keine Einstellungen löschen oder Verbindungen trennen. Alles lässt sich sofort und granular abschalten — und genauso schnell wieder einschalten.

  <div style="background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 20px">
    <div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:16px">
      <div style="width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center">
        <svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,.7)" stroke-width="2"><path d="M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2z"/></svg>
      </div>
      <!-- Toggle ON -->
      <div style="width:36px;height:20px;background:#16a34a;border-radius:10px;position:relative;flex-shrink:0">
        <div style="width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;right:2px;top:2px"></div>
      </div>
    </div>
    <h4 style="font-size:14px;font-weight:700;color:#fff;margin-bottom:6px">Einzelner Ordner</h4>
    <p style="font-size:13px;color:rgba(255,255,255,.45);line-height:1.6">Schalte einen Ordner aus — die KI sieht ihn nicht mehr, alle anderen Freigaben bleiben aktiv.</p>
  </div>

  <div style="background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 20px">
    <div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:16px">
      <div style="width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center">
        <svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,.7)" stroke-width="2"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
      </div>
      <!-- Toggle OFF -->
      <div style="width:36px;height:20px;background:rgba(255,255,255,.15);border-radius:10px;position:relative;flex-shrink:0">
        <div style="width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;left:2px;top:2px"></div>
      </div>
    </div>
    <h4 style="font-size:14px;font-weight:700;color:#fff;margin-bottom:6px">Einzelne KI-App</h4>
    <p style="font-size:13px;color:rgba(255,255,255,.45);line-height:1.6">Deaktiviere eine KI komplett — sie verliert sofort jeden Zugriff, während andere KIs normal weiterarbeiten.</p>
  </div>

  <div style="background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 20px">
    <div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:16px">
      <div style="width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center">
        <svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,.7)" stroke-width="2"><path d="M18 20V10M12 20V4M6 20v-6"/></svg>
      </div>
      <!-- Toggle ON -->
      <div style="width:36px;height:20px;background:#16a34a;border-radius:10px;position:relative;flex-shrink:0">
        <div style="width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;right:2px;top:2px"></div>
      </div>
    </div>
    <h4 style="font-size:14px;font-weight:700;color:#fff;margin-bottom:6px">Einzelne App / Projekt</h4>
    <p style="font-size:13px;color:rgba(255,255,255,.45);line-height:1.6">Lokale Apps im App-Proxy lassen sich einzeln ein- und ausschalten — ohne sie zu entfernen.</p>
  </div>

  <div style="background:rgba(255,255,255,.07);border:1px solid rgba(16,163,74,.35);border-radius:14px;padding:24px 20px;position:relative;overflow:hidden">
    <div style="position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#16a34a,#0e9f8e)"></div>
    <div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:16px">
      <div style="width:36px;height:36px;border-radius:9px;background:rgba(22,163,74,.15);display:flex;align-items:center;justify-content:center">
        <svg width="17" height="17" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,.7)" stroke-width="2"><path d="M18.36 6.64A9 9 0 1 1 5.64 5.64"/><path d="M12 2v10"/></svg>
      </div>
      <!-- Toggle OFF = Kobel aus -->
      <div style="width:36px;height:20px;background:rgba(255,255,255,.15);border-radius:10px;position:relative;flex-shrink:0">
        <div style="width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;left:2px;top:2px"></div>
      </div>
    </div>
    <h4 style="font-size:14px;font-weight:700;color:#fff;margin-bottom:6px">Kobel komplett aus</h4>
    <p style="font-size:13px;color:rgba(255,255,255,.45);line-height:1.6">Per System-Tray-Icon lässt sich Kobel mit einem Klick vollständig deaktivieren. <strong style="color:rgba(255,255,255,.7)">Keine KI hat dann Zugriff auf irgendetwas.</strong></p>
  </div>

</div>

Einfache Einrichtung

In drei Schritten
einsatzbereit.

Kobel erkennt deine KI-Tools automatisch und richtet die Verbindung ein. Keine Programmierkenntnisse, keine Cloud, kein Risiko.

01 — Installation

Kobel herunterladen

Läuft direkt auf deinem PC. Keine Cloud, keine Internetverbindung notwendig.

02 — KI verbinden

KI-Assistent verbinden

Kobel erkennt installierte KI-Tools automatisch und richtet die Verbindung per Klick ein.

ClaudeChatGPTCursorGeminiCopilot
03 — Freigaben

Ordner & Apps freigeben

Ordner und lokale Apps per Drag & Drop hinzufügen und mit einer Berechtigungsstufe versehen.

Ordner

Die App

Alles unter
Kontrolle.

Echtzeit-Übersicht aller verbundenen Assistenten, freigegebenen Ordner und aktiven Apps.

App-Proxy

Verbinde jede lokale App direkt mit deiner KI — als wäre sie eine native Schnittstelle.

Live-Toggle

Ordner und Apps per Klick live an- oder ausschalten — kein Neustart nötig.

Automatisches Backup

Bei Teal-Berechtigungen wird vor jeder KI-Änderung automatisch eine Sicherungskopie erstellt.

Kobel App
Kobel Apps Katalog

Apps & App-Proxy

Lokale Software
direkt verbinden.

Kobel bringt einen eingebauten App-Katalog mit bekannten Tools. Eigene oder firmeninterne Software lässt sich über den App-Proxy einbinden — ohne Programmierkenntnisse, aber mit etwas technischem Grundwissen.

App-Katalog BETA

Vorgefertigte Verbindungen für gängige Tools — direkt installierbar per Klick.

Eigene Apps einbinden

Jede lokale Anwendung kann über den App-Proxy MCP-fähig gemacht werden.

Kategorien

Creative, Productivity, Development, Data, Browser, AI Tools — sortiert und durchsuchbar.

Neu · Social Media

Lass die KI deine Kanäle pflegen.

Verbinde deine Social-Media-Konten und die KI kann Beiträge erstellen, Kommentare beantworten und Nachrichten lesen — über die offiziellen Schnittstellen der Plattformen. Die Freigabe bleibt immer bei dir.

8 Plattformen

Instagram, Facebook, Threads, TikTok, LinkedIn, Reddit, Bluesky und Telegram — direkt aus Kobel heraus.

Nur offizielle APIs

Keine Browser-Automatisierung, keine fremden Dienste. Ausschließlich die offiziellen Schnittstellen — sicher und regelkonform. Zugangsdaten werden verschlüsselt gespeichert.

Du behältst die Kontrolle

Verbindungen lassen sich jederzeit einschränken oder mit einem Klick abschalten — genau wie bei jedem Ordner.

Für Unternehmen

Eigene Software
einbinden.

Über den App-Proxy können Unternehmen ihre bestehende Software mit Kobel verbinden — ohne die Software selbst anfassen zu müssen.

Hinweis: Die Einrichtung erfordert etwas technisches Grundwissen, z. B. den Startbefehl der Anwendung.

1

App in Kobel eintragen

Name, Startbefehl und Konfiguration hinterlegen.

2

App-Proxy aktivieren

Kobel startet die App im Hintergrund und baut die Verbindung auf.

3

KI interagiert kontrolliert

Der Assistent kommuniziert mit der Software — Kobel kontrolliert, welche Apps aktiv sind und wann sie laufen.

Beispiele verbundener Software
BildbearbeitungApp-Proxy aktiv
CRM-SystemApp-Proxy aktiv
ERP-SoftwareApp-Proxy aktiv
Intranet-AnwendungApp-Proxy aktiv
Datenbank-ToolApp-Proxy aktiv

Anwendungsfälle

Für wen ist Kobel?

Entwickler

Codebase sicher verbinden

KI durchsucht, refactort und dokumentiert — andere Ordner bleiben unberührt.

Agenturen

Grenzen pro Kundenprojekt

KI sieht genau ein Projekt, nicht die übrigen Kundendaten.

Unternehmen

Eigene Software einbinden

CRM, ERP oder Branchensoftware über den App-Proxy MCP-fähig machen — und ermöglicht auch ungeschultem Personal, sicher mit KI zu arbeiten.

Verfügbarkeit

Jetzt im Microsoft Store.

Kobel ist ab sofort im Microsoft Store für Windows verfügbar. Die Mac-App-Store-Version folgt.

Windows
Microsoft Store
Jetzt verfügbar
macOS
Mac App Store
In Entwicklung

Preise

Starte kostenlos.

Kein Abo-Zwang. Einmalige Lizenz oder flexibles Monatsabo.

Basis
0 €

  • 1 KI-Assistent
  • 2 Ordner / 50 Dateien
  • 500 MB Speicher
  • Alle Berechtigungsstufen
Kostenlos installieren
Beliebteste Wahl
Pro
49 €
Einmalig · ohne Abo

  • Unbegrenzte KI-Assistenten
  • Unbegrenzte Ordner & Dateien
  • Unbegrenzter Speicher
  • App-Proxy für lokale Apps
  • Einmalzahlung – keine Folgekosten
Im Microsoft Store installieren
Pro Abo
3,90 €
Pro Monat · Jederzeit kündbar

  • Unbegrenzte KI-Assistenten
  • Unbegrenzte Ordner & Dateien
  • Unbegrenzter Speicher
  • App-Proxy für lokale Apps
  • Jederzeit kündbar
Im Microsoft Store installieren
Kobel Icon

KI nutzen,
ohne die Kontrolle zu verlieren.

Jetzt im Microsoft Store verfügbar — in wenigen Klicks installiert.

Jetzt im
Microsoft Store
Später im
Mac App Store
Im Microsoft Store installieren

Windows 10/11 zuerst · macOS folgt · Made in Germany

🇩🇪 Made in Germany  ·  Sicherheit seit Tag eins
🖥️
Kobel Live-Demo
Die interaktive Demo läuft am besten auf dem Desktop.
Demo öffnen →
Project Info
Created At
2 days ago
Updated At
2 days ago
Author Name
-
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Clypra
@AIEraDev

2 days ago
Infotrack (us)

21 hours ago