AKARI Video / How-to guide 日本語 GitHub ↗

HOW TO — Contents and overview

AKARI Video
How-to guide

Add footage. Let the AI edit. Open, fix, and export. This guide explains the whole process, from installation to a finished video, in an order that makes sense for beginners. The aim is to get you up and running without having to read GitHub.

The app UI is currently Japanese; this guide gives the English meaning of each label.

Last updated 2026-08-17 AKARI Video v0.1.10 7 pages

1 — AKARI Video in 30 seconds

Your two jobs: explain and review

AKARI Video is a system for AI agents to edit video. The AI assembles cuts, telops (on-screen text), subtitles, and background music. You have just two jobs: explain what you want to make and review and approve it at key stages.

Your work in progress and finished results all stay on your PC as ordinary files. You can stop midway without losing your work, or switch to another tool. Work handled entirely locally—transcription, editing, and export—is free.

Add footage YouJust put your footage in a folder
Analyze → propose an editing plan AITranscription, scene detection, and reasons for each cut
↓ Review here ①
Approve the plan You
Assemble the first cut AICuts, telops, subtitles, and music
Open and fix YouDrag to move; double-click to edit text
↓ Review here ②
Approve the export You
Done The MP4 is saved in exports/

There are two checkpoints by default: the editing plan and export. You can also choose full automation or discussion at every step (→ Your first video).

2 — Two ways to start

Newcomers and experienced AI agent users

There are two ways in, but both use the same underlying files. You can switch between them later.

🙂 Newcomers

No programming knowledge needed. Start with the desktop app.

Install the appmacOS / Windows — from the download page
Follow the on-screen guide to connect to AI and chat in Japanese“I want to create a new video project.”
Review and make fixes in the same placeDrag to move; double-click to edit text
→ Start with “Install”

🔧 Claude Code / Codex users

Add 21 video production skills to your usual agent.

Use your own agentUse /akari in Claude Code, or ask in opencode / Cursor
Skills run at each stageAnalysis → planning → editing → QA → export
Files are the only connectionedit.json is the editing source of truth. No API; track changes with git diffs
→ Go to “Use from Claude Code / Codex”

The desktop app (macOS / Windows, Public Beta) is also a place to review and fix edits made by AI. Terminal users can use it alongside their agent for reviews.

3 — Reading order

Follow this order to stay on track

4 — About this guide

Every page tells you when it was written

AKARI Video is under development, so screens and procedures change quickly. Each page therefore shows its last update date and the app version it describes at the top and bottom. If your app looks different from this guide, the guide may be out of date. The documentation on GitHub is always the current source of truth.

Update history

DateApp versionChanges
2026-08-17v0.1.10Updated navigation for the new download page (/download/); clarified macOS / Windows desktop support and reorganized installation into app and terminal paths
2026-08-10v0.1.6Full review: updated to 21 skills (added declare-audio / beat-sync-edit), adopted the ~/Akari workspace path, and clarified Windows CLI support
2026-08-03v0.1.3Initial publication (all 7 pages)

To learn more — This guide is for users. Data format specifications (contracts), internal skill procedures, and developer information are all published in docs/ in the GitHub repository.