--- title: Asciinema created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, recording, app-marathon3-batch-c] confidence: high contested: false sources: [https://selfh.st/apps/?tag=recording&app=asciinema] --- # 🎬 Asciinema > L'enregistreur de terminal en texte pur pour des dĂ©mos et tutoriels copiables et ultra-lĂ©gers. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [asciinema.org](https://asciinema.org) | | **GitHub** | [asciinema/asciinema](https://github.com/asciinema/asciinema) | | **License** | GPL-3.0 | | **Langage** | Python / Rust | | **Étoiles GitHub** | 13k ⭐ | | **CatĂ©gorie** | [[cat-recording|Recording]] | ## 📝 Description **Asciinema** enregistre les sessions terminal en format texte pur (pas vidĂ©o) ultra-lĂ©ger et lisible. Copies de texte, rendu TTY fidĂšle, playback navigateur via player JS, intĂ©grable Markdown, format asciicast v2 standardisĂ©. **DiffĂ©rence vs Peek/ScreenToGif** : pas de vidĂ©o, lisible/Ă©ditable/copiable, minuscule (10 ko pour 5 min), exactement la mĂȘme fluiditĂ© que le terminal original. **Pour qui** : devs crĂ©ant tutoriels, dĂ©mos CLI, formation technique, dĂ©mos de blog, prĂ©sentations. ## 🚀 Installation ### Binaire ```bash # Linux/macOS curl -sSL https://asciinema.org/install | sh # DĂ©marrer une session asciinema rec demo.cast # Enregistrer et uploader asciinema rec -t "Ma dĂ©mo" demo.cast ``` ### Auto-hĂ©berger asciinema-server (optionnel) ```bash # Clone, configure, run git clone https://github.com/asciinema/asciinema-server.git cd asciinema-server mix deps.get && cd assets && npm install && cd .. && mix phx.server ``` ## 🔄 Alternatives ### Open Source - **termshot** — captures terminal en image PNG - **Terminalizer** — Node.js, GIF animĂ©s - **t-rec** — Blazing fast t-rec - **vhs** — Go, format texte pour enregistrer (charm.sh) - **showterm** — clone Ruby historique ### PropriĂ©taires - **Loom** — vidĂ©o record + partage - **ScreenPal** — commercial - **Snagit** — capture d'Ă©cran - **CloudApp** — capture cloud ## 🔐 SĂ©curitĂ© - **Format texte** : pas de capture audio/micro, pas de PII automatique - **Attention** : tout ce qui s'affiche au terminal est enregistrĂ© (mots de passe) - **Auth asciinema.org** : OAuth2 GitHub/Google, ou auto-hĂ©bergĂ© sans ## Pages LiĂ©es - [[cat-recording]] — CatĂ©gorie Recording - [[app-soft-serve]] — Terminal - [[app-termix]] — Web SSH