Croco/Croco

Downloads

Get Croco

Live from GitHub Releases. Prefer the browser first? Try the web trial instead.

Croco Version 1.12.0
Published 7/22/2026

Previous releases

Croco Version 1.11.17/19/2026

Croco v1.11.1

New

  • Launch on startup — Settings → Behaviour now has a toggle to launch Croco automatically when you log in (backed by the OS itself: Windows registry, macOS LaunchAgent, or a Linux autostart entry).

Fixed

  • "Last commit" is now accurate everywhere. It used to only update when you committed through Croco's own commit UI — commits made via a terminal or another IDE now show up too, across Project Detail, Favourites, and the Projects list (including "sort by Last Commit").
  • Completed todos can no longer be un-checked from a project's Todos tab. The existing "locked 6 days after completion" protection on the main Todo page now applies there too, closing a way to bypass it.
  • Dashboard layout: Todos and Notes widgets now appear above Recent Commits.
  • LeetCode easter egg now opens in your system browser instead of an embedded window (the site blocks embedded browsers).
  • Updater now matches the macOS download by CPU architecture (Apple Silicon vs. Intel) instead of possibly offering the wrong build.

Build / packaging

  • Fixed a macOS and Linux compile failure — drag_and_drop() is a Windows-only method in Tauri's API and was being called unconditionally, breaking the cross-platform build.
  • Fixed Linux packaging: corrected the tray-icon library dependency name and added the FUSE package AppImage bundling needs.
Croco Version 1.10.07/15/2026

What's New

Git

  • Selective staging — stage or unstage individual changed files instead of always staging everything on commit
  • Inline diff viewer — click any changed file in the Git panel to see a colorized diff without leaving the app

Favourites

  • Drag-to-reorder now actually persists across restarts (previously reset every time)

Cross-platform

  • Being worked on right now, You will get to see this probably in the next update.
  • macOS and Linux builds are now produced alongside Windows (DMG/AppImage/deb) — early support, not yet as battle-tested as Windows
  • Linux auto-update now silently replaces the running AppImage and relaunches
  • macOS auto-update downloads and mounts the new version; drag it to Applications to finish, same as a first install
  • Fixed a bug where stopping a running dev command on macOS/Linux could leave child processes (e.g. a node process spawned by npm run dev) running in the background

Polish & fixes

  • Keyboard shortcuts now display correctly for your OS (Ctrl on Windows/Linux, on macOS)
  • Performance: fixed unnecessary re-renders across Projects, Todos, Notes, and the sidebar
  • Cleaned up in-app browser window drag-and-drop handling

Docs

  • README no longer references the AI Assistant / Skills & Automations features, which were removed in a previous release
Croco Version 1.9.17/13/2026

Patch Notes

Found and fixed a bug which dint let the users reorder things in the application. Easter Egg: Leet Code fix.

Croco Version 1.9.07/13/2026

Release Notes

  • Removed all AI features from the application for a fresh remodel
  • Bug Fixes

All the AI features are gonna be back in a new update after every bugs associated with it is fixed.

Croco Version 1.8.17/9/2026
Croco Version 1.8.07/9/2026

Croco v1.8.0

New

  • Todo priorities are now fully customizable. Add, rename, recolor, reorder, and delete priorities from the new Priority Manager (⚙ next to the priority filter tabs on the Todo page). Your existing High/Medium/Low todos keep working as-is — deleting a priority safely reassigns its todos instead of orphaning them.
  • New Appearance "Style" setting, independent of Theme — Theme picks colors, Style now picks the whole look-and-feel. Find it in Settings → Appearance:
    • Default — the current look, unchanged.
    • Apple — a liquid-glass style: translucent frosted-black panels, real backdrop blur, pill-shaped buttons, and spring-y motion.
    • Pasta Galaxy — coming soon.
  • Patterns page: a second streak. Alongside your commit streak, there's now an App Login Streak that tracks days you've opened Croco — it stays alive even on days you don't push code.
  • Archived projects dropdown. The Projects "All" tab now has a collapsible "Archived" section at the bottom, so you don't have to switch tabs to find them.

Improved

  • Commit stats on the Patterns page are scanned straight from each tracked project's real git log, not just commits made through Croco — and now auto-refresh every few minutes instead of only once.

Known limitations

  • The Apple style uses in-app blur/translucency, not native OS window transparency.
  • The quick "add todo" shortcut on a project's own detail page still only offers the three built-in priorities (High/Medium/Low), not your custom ones — a fix for this is planned.
Croco Version 1.6.07/5/2026
Croco Version 1.5.07/4/2026

v1.5.0

AI, overhauled

  • Direct-API (BYOK) chat for Anthropic, OpenAI, Gemini, and Ollama — alongside the existing CLI-tool support
  • 6 selectable chat modes, a new widget-shaped AI dashboard, and image/text-file chat attachments
  • "Generate Context" button writes a reusable project overview that's automatically included in every future chat
  • Skills & Automations: define reusable AI personas (Skills) and bind them to triggers — manual, scheduled, or event-based — that can create notes/todos, commit to git, or run project scripts. Confirm-before-execute by default, works even while the app sits in the tray. Skills can be used directly in live chat, and can even be auto-generated by asking the AI to review your own conversation history.
  • Auto-detects and offers to configure Claude Code CLI on first launch
  • "Login with Claude" button — Pro/Max/Team subscribers can authenticate without an API key
  • Fixed AI messages sometimes appearing duplicated, and responses now render as real formatted markdown instead of raw asterisks/dashes

Obsidian vault sync

  • One-way sync of your notes into an Obsidian vault as markdown files with YAML frontmatter, organized by project
  • Renaming a note updates its vault file in place — no duplicates
  • New "Obsidian" section in Settings with a vault picker and a "Sync Now" backfill button

New "Patterns" page — your work habits, visible

  • Commit streaks, commit rhythm by hour/day, todo completion rate, note-taking rhythm, and which projects are getting attention vs. going quiet — all computed locally from your own activity history

Proactive suggestions

  • A "Suggestions" card on the Dashboard nudges you about things worth knowing — a commit streak about to break, overdue todos, a project gone quiet, a growing high-priority backlog
  • Dismissable per-item with a 3-day snooze

Configurable AI Dashboard

  • Show/hide and reorder the AI Dashboard's widgets via a new "Customize" mode — drag to reorder, click to hide, persists across restarts

Also

  • Ideas moved out of the permanent sidebar onto the Projects topbar (still reachable via Ctrl+K)
  • A small Ctrl+K easter egg
Croco Version 1.3.07/3/2026

More optimizations and bug fixes.

Croco Version 1.2.147/1/2026
Croco Version 1.2.137/1/2026

Release Notes

Updates posted in the readme file.

Croco Version 1.2.126/29/2026

Croco v1.2.12 - Whats New?

New Templates

  • Minecraft Fabric — Gradle + Loom, Java 21, fabric.mod.json, mixin config
  • Minecraft Paper — Maven, PaperMC repo, plugin.yml
  • Minecraft Forge — ForgeGradle 6, mods.toml, pack.mcmeta
  • Minecraft Spigot — Maven, SpigotMC repo, plugin.yml
  • Discord (Python) — discord.py v2, slash commands, .env.example
  • Discord (JavaScript) — discord.js v14, slash command deployment script, .env.example

Project Create UI

Redesigned as a clean two-column layout: fields on the left, template picker with category filter pills and card grid on the right. Much less cluttered.

Themes

  • New: Glassy Croco — iOS liquid glass meets frosted glass. Deep navy gradient body, semi-transparent sidebar floating as a pill with backdrop blur. Completely changes the feel of the app.
  • Reworked: Monkey D. Croco — Now a proper One Piece theme. Signature gold (#ffd700) and red (#e81234) throughout.
  • Removed: Bloody Croco and Pasta Attack.

SQLite Storage (opt-in)

Croco can now store all data in a single bundled SQLite database instead of individual JSON files. Faster reads, atomic writes, no scattered files.

Go to Settings → Storage to see your current backend and migrate with one click. Your JSON files are kept as a backup after migration.

Croco Version 1.2.116/28/2026

Croco v1.2.11 — Keyboard Warrior Patch

Keyboard Shortcuts

  • Settings → Shortcuts — New section to remap any global shortcut. Click Edit, press your new key or combo, and it takes effect immediately. Click to reset a shortcut back to its default.
  • Press ? anywhere to open the shortcuts reference. It now lists every shortcut in the app, reflects any remaps you've set, and links you back to Settings to edit them.
  • New shortcuts: Ctrl+, opens Settings from anywhere; G then I → Ideas; G then A → Activity; G then F → Favourites; G then Q → AI Assistant.

New Theme: Pasta Attack

Deep space purple aesthetic — dark violet base with a rich purple accent. Goes well with glass mode on.

Bug Fixes

  • Straw hat easter egg was broken on Monkey D. Croco — the app was reading the theme from the wrong settings path. Fixed.
  • Notes word count in the footer now only counts words from non-archived notes.
Croco Version 1.2.106/27/2026

v1.2.10 — Theming Patch

4 New Themes

  • Bloody Croco (dark red), Croco Lite (light green), Croco Sparrow (parchment/navy), Monkey D. Croco (One Piece gold+navy)
  • Easter egg: tiny straw hat on your avatar with the Monkey D. Croco theme 🏴‍☠️

Fixes

  • Archive button always visible on note cards
  • Sidebar note count shows only unarchived notes
  • Todo rows display the linked project name
  • Long todos have an expand toggle
  • App auto-relaunches after update installs (no more manual reopen)
  • Faster navigation via stale-while-revalidate data cache
Croco Version 1.2.96/26/2026
Croco Version 1.2.86/26/2026

What's New in Croco v1.2.8

Activity Log

  • Filter bar completely redesigned — replaced 23 individual type buttons with 7 responsive category pills (All, Projects, Git, Runs, Todos, Notes, Settings)
  • Scrolls horizontally on small windows instead of overflowing

Sidebar

  • Update available notification is now a persistent yellow banner in the sidebar, not just a toast — much harder to miss

Project Details

  • Notes in the project detail page can now be pinned to the top — hover a note and click the 📌 button; pin state is saved per project

Auto-Update

  • Updates now install silently — no installer popup, no manual clicking through wizard
  • App closes automatically during install and relaunches fully updated
  • Update system now works with the closed-source repo

Ideas Scratchpad

  • Undo button — undo up to 30 strokes while drawing
  • Eraser tool — toggle between Pen and Eraser in the drawing toolbar
  • 12 new revenue-focused ideas added: Screenshot-to-Code SaaS, Email Warmup Tool, Resume AI Builder, White-label Booking, Changelog as a Service, API Usage Analytics, Waitlist Platform, Social Proof Widget, Boilerplate Marketplace, AI Content Calendar, Link-in-Bio Builder, Feedback Wall
  • New SaaS category in the ideas filter

GitHub

  • Connecting GitHub is now a single button — "Login with GitHub" launches the OAuth flow with no token copy-pasting required
  • Personal Access Token input removed

Bug Fixes

  • Fixed todo priority not saving correctly when creating a todo from the Scribble Pad
  • Removed non-functional REST API settings section (feature was removed in v1.1.0; the dead UI was left behind)