Maybe you downloaded a deck and there's a typo on a card. Maybe a deck is 3,000 cards and you only want one chapter. Maybe the answer choices are in the wrong order. You can fix all of that without installing Anki — right in your browser.
.apkg actually isAn .apkg is just a zip file containing a small database of your cards plus the media (images, audio). That's why it's editable outside Anki: a tool can open the package, change the data, and zip it back up. The catch is doing it safely — without uploading your file to someone's server.
We built a free in-browser .apkg editor for exactly this. It runs 100% on your device (using WebAssembly), so your file never leaves your computer — there's no upload, no account, and nothing is stored on a server. Open it, drop in a .apkg, and you can:
.apkg (non-destructive — your original is untouched)..apkg you can import anywhere.Open the deck, select the chapter (or just the cards) you want, and use Export to save them as a new, smaller package. Great for breaking a massive shared deck into manageable pieces.
Rename vague deck titles, delete cards you'll never study, and fix typos — then re-save and import the tidy version into your flashcard app.
Move cards between decks and group them under a parent package so the hierarchy makes sense on import.
The editor reads the legacy Anki format (collection.anki2 / .anki21). If a deck was exported in the newest format and won't open, re-export it from Anki with “Support older Anki versions” enabled and try again.