Native Windows app. Dark by default. Remembers everything you had open. No telemetry, no login, no nonsense.
v1.2.0 · ~2 MB · Windows 10/11 · GPL-3.0
using System;namespace Caret;class Program{ static void Main(string[] args) { // just opens. no splash screen. no tip of the day. Console.WriteLine("hello, world"); }}In 2025 the Notepad++ update infrastructure was compromised. That was the push to finally write something from scratch — something small, something we could read top to bottom and actually trust.
Caret is built with C# and WPF. It's a single executable. No plugins, no extension marketplace, no auto-updater phoning home. You download it, you run it, you edit text. That's the whole deal.
It won't replace your IDE. It's not trying to. It's the thing you open when you need to look at a log file, tweak a config, jot something down, or write a quick script. It should open before you finish clicking.
You must source the latest prod.keys and title.keys from your console.
| Category | Detail | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | | Donkey Kong Bananza (咚奇剛 蕉力全開) | | Developer | Nintendo EPD | | Publisher | Nintendo | | Platform | Nintendo Switch 2 (exclusive) | | Release Date | July 17, 2025 | | Genre | 3D Platformer, Action-Adventure | | File Format | XCI (cartridge dump) / NSP (digital download) | | File Size (eShop) | Approx. 10 GB | | DLC | Donkey Kong Bananza: DK Island & Emerald Rush (released Sep 12, 2025) | | Key Feature | Fully destructible environments allowing players to smash, tear, and reshape the game world | | Co-op | Local 2-player co-op, with one player as DK and the other as Pauline |
: Players must manage resources, giving "Grumpy Kong" 135,000 gold to complete three massive construction projects that unlock additional challenge runs. The Reward
Are you trying to play this on a or a modded Switch console ? donkey kong bananza xci
While XCI is the format for cartridge dumps, NSP is another common Nintendo Switch file format. NSP files are essentially packages for digital games downloaded directly from Nintendo's eShop. Both formats serve different purposes but can often be used interchangeably with the right software.
Playing XCI files typically requires "modding" your Nintendo Switch 2 with custom firmware (CFW). Any error during this process—or downloading a corrupted or improperly formatted XCI—can result in a "bricked" console (rendering the device permanently unusable).
Enable in your emulator settings.The first time Donkey Kong enters a new level, the game may stutter briefly as shaders compile.Enabling asynchronous shader building solves this issue. Resolution Scaling You must source the latest prod
Donkey Kong Bananza, a term that might not be immediately recognizable to everyone, refers to a specific XCI file related to the Donkey Kong game series. This XCI file essentially allows players to experience a version of Donkey Kong on their Nintendo Switch consoles without the need for a physical copy of the game. For fans of the series and collectors, this can be a dream come true, offering access to a piece of gaming history that might otherwise be locked away due to rarity or cost.
The game is a 3D action-adventure platformer that emphasizes a totally destructible environment. You control Donkey Kong as he ventures deep into an underground world. He's accompanied by a 13-year-old Pauline, who uses her powerful singing voice to empower DK with special abilities and blast through obstacles.
is more than just a return for a classic character; it is a meticulously crafted celebration of Nintendo’s design philosophy. By blending deep mechanics with a vibrant, sprawling world, it has solidified itself as a cornerstone of the next generation of gaming. or details about the Switch 2 hardware features utilized in this game? Donkey Kong Bananza Is the Most Nintendo Game Ever The Reward Are you trying to play this
Most XCI leaks happen 5–14 days before a game's official release due to retail cartridges shipping early. Since Donkey Kong Bananza has no official release date or pre-order page on Nintendo.com, there are no physical cartridges to dump.
: Those who achieve this milestone are rewarded with unique cosmetic changes—transforming balloons into Donkey Kong heads—and a secret post-credits ending. Critical Reception and Legacy
Buying the physical game card ($69.99) gives you a tangible collection item and supports the developers. You can sell, trade, or lend the cartridge legally.
Along the way, players will encounter classic franchise characters like , Dixie Kong , and Cranky Kong , who provide guidance and side-quests to help recover the Banandium.
Caret lets you back up any open document to a local MongoDB instance. Before anything is written to the database, your file content is encrypted on your machine using AES-256-GCM — the same authenticated encryption standard used by governments and financial institutions.
Your password never touches the database. It's fed through PBKDF2-SHA512 with 600,000 iterations and a random salt to derive the encryption key. Each backup gets its own salt and nonce, so even identical files produce completely different ciphertext.
Everything happens locally. No cloud, no third-party service, no network calls. You own the database, you own the password, you own the data. If you lose the password, the backups are unrecoverable by design.
Open the Backup Manager with Ctrl+B to create, browse, restore, or delete backups. It's built into the editor — no external tools required.
MongoDB is only needed if you want encrypted backups. Caret works perfectly fine without it.
Detected automatically from file extension or content.
Standard keybindings. No custom chord system to memorize.
Windows 10/11 · x64 · Free and open source.