🇪🇸 Español 🇬🇧 English
ThinkLaunchAI

Guía de instalación
Installation Guide

Apps de escritorio AI · AI Desktop Apps

🍎 macOS 🪟 Windows 🇪🇸 Español · 🇬🇧 English v1.2 · 2026
🇪🇸 ESPAÑOL
👋

Bienvenido/a a ThinkLaunchAI

Tus herramientas de IA ahora funcionan directamente en tu ordenador

Las apps de ThinkLaunchAI son herramientas de escritorio que funcionan localmente en tu ordenador. No necesitas cuenta, suscripción ni conexión a un servidor — solo tu propia API Key de Anthropic (Claude). Tus datos y claves nunca salen de tu dispositivo.

🔑 ¿Qué es una API Key?

Es tu clave personal para usar la inteligencia artificial de Claude (Anthropic). La obtienes en console.anthropic.com
→ API Keys → Create Key. El coste es por uso y suele ser muy bajo (céntimos por informe generado).

🍎

Instalación en macOS

Compatible con macOS 12 Monterey o superior · Intel y Apple Silicon

1

Descarga y descomprime

Descarga el archivo .zip de tu app. Haz doble clic sobre él para descomprimirlo — obtendrás un archivo .app.

2

Mueve la app a Aplicaciones

Arrastra el archivo .app a tu carpeta /Aplicaciones (Applications). Esto es opcional pero recomendado para que aparezca en Launchpad.

3

Primera apertura

Las apps están firmadas y verificadas por Apple. Haz doble clic para abrirlas. Si macOS muestra un diálogo de confirmación la primera vez, haz clic en Abrir.

4

Introduce tu API Key

Al abrirse la app por primera vez, verás una pantalla de configuración. Introduce tu Anthropic API Key (y GitHub Token si la app lo requiere). Estos datos se guardan localmente en tu navegador y no se envían a ningún servidor.

5

¡Listo! Empieza a usar la app

La app se abrirá automáticamente en tu navegador predeterminado en http://127.0.0.1:8080 (o el puerto indicado en la tabla de abajo). No cierres la ventana negra del terminal que aparece en el Dock — es el motor de la app.

💡 Cambiar la API Key

Si necesitas cambiar tu clave, usa el botón 🔑 Cambiar API Key que encontrarás en la barra lateral de cada app.

🔧 Solución de problemas — Mac
🔴 La app no abre — el puerto ya está en uso

Si cierras la app sin cerrar la ventana negra del terminal, el puerto puede quedar ocupado. Abre una nueva ventana de Terminal y ejecuta (reemplaza 8080 con el puerto de tu app):

lsof -ti:8080 | xargs kill -9

Luego vuelve a abrir la app con normalidad.

🪟

Instalación en Windows

Compatible con Windows 10 y Windows 11 (64 bits)

1

Descarga y descomprime

Descarga el archivo .zip de tu app. Haz clic derecho → Extraer todo. Obtendrás una carpeta con el nombre de la app.

2

No muevas archivos sueltos

La carpeta extraída contiene todos los archivos necesarios. Mueve toda la carpeta al lugar donde quieras tener la app (por ejemplo, C:\Archivos de programa\). No muevas el .exe por separado.

3

Ejecuta la app

Abre la carpeta y haz doble clic sobre el archivo .exe. Si Windows SmartScreen aparece, haz clic en Más información → Ejecutar de todas formas.

4

Introduce tu API Key y empieza

Igual que en Mac, la primera vez verás la pantalla de configuración. Introduce tu API Key y la app se abrirá en tu navegador predeterminado.

🚀 Acceso rápido en Windows

Para tener la app a mano, haz clic derecho sobre el .exeEnviar a → Escritorio (crear acceso directo).

🔴 La app no abre — el puerto ya está en uso

Abre PowerShell y ejecuta (reemplaza 8080 con el puerto de tu app):

Get-NetTCPConnection -LocalPort 8080 | ForEach-Object { Stop-Process -Id $_.OwningProcess -Force }

Luego vuelve a abrir la app.

🔐 API Keys por aplicación
Aplicación Puerto API Keys necesarias
Business Proposal Generator8080Anthropic (Claude)
Personal Organizer8080Anthropic (Claude)
Financial Advisor8080Anthropic (Claude)
Stock Market Analyzer8080Anthropic (Claude)
LearnStepAI PRO8080Anthropic (Claude)
Audio Meeting Transcriber8080Anthropic (Claude) + OpenAI (Whisper)
Smart Excel Analyzers (×6)8080Anthropic (Claude)
Gherkin Feature Generator8080Anthropic (Claude) + GitHub Token
Playwright Generator8080Anthropic (Claude) + GitHub Token
QA Reports Generator8080Anthropic (Claude)
Listening Comprehension Analyzer8080Anthropic (Claude) + OpenAI (Whisper)
Language Conversation Partner8082Anthropic (Claude)
🎙️ Nota especial: Audio Meeting Transcriber

Esta app necesita dos API Keys: la de Anthropic (para generar el acta con Claude) y la de OpenAI (para transcribir el audio con Whisper). También puedes rellenar tus datos profesionales (nombre, email, teléfono, web) — aparecerán automáticamente en el pie de cada acta generada.

Consigue tu OpenAI API Key en platform.openai.com → API Keys.

👾 Nota especial: Gherkin y Playwright Generator

Estas apps suben los archivos generados directamente a tu repositorio de GitHub. Necesitas un Personal Access Token con permiso repo.

Créalo en github.com → Settings → Developer settings → Personal access tokens → Generate new token. Marca el permiso repo y guarda el token (solo se muestra una vez).

💬 Nota especial: Language Conversation Partner

Esta app usa el puerto 8082 (en lugar del 8080 habitual). Si ya tienes otra app ThinkLaunchAI abierta, ambas pueden funcionar simultáneamente sin conflicto.

Para que el agente pueda escucharte y responderte en voz alta, tu sistema operativo necesita tener instalada la voz del idioma que quieras practicar. Si no la tienes, la app te avisará con instrucciones para instalarla desde la configuración de tu sistema.

⚠️ Errores frecuentes
🔴 Error 529 — Servidores de Claude saturados

A veces los servidores de Anthropic (Claude) reciben más peticiones de las que pueden gestionar en ese momento. Cuando esto ocurre, la app muestra un error similar a:

Error code: 529 — overloaded_error: Overloaded

Solución: No es un problema de tu app ni de tu API Key. Espera unos minutos y vuelve a intentarlo. Suele resolverse en 1–5 minutos. Si persiste, consulta el estado de los servidores en status.anthropic.com.


🇬🇧 ENGLISH
👋

Welcome to ThinkLaunchAI

Your AI tools now run directly on your computer

ThinkLaunchAI apps are desktop tools that run locally on your computer. You don't need an account, subscription, or server connection — just your own Anthropic (Claude) API Key. Your data and keys never leave your device.

🔑 What is an API Key?

It's your personal key to use Claude AI (Anthropic). Get one at console.anthropic.com
→ API Keys → Create Key. Costs are usage-based and typically very low (cents per generated report).

🍎

Installation on macOS

Requires macOS 12 Monterey or later · Intel and Apple Silicon

1

Download and unzip

Download the .zip file for your app. Double-click it to extract — you'll get a .app file.

2

Move to Applications

Drag the .app file to your /Applications folder. This is optional but recommended so it appears in Launchpad.

3

First launch

All apps are signed and notarized by Apple. Simply double-click to open. If macOS shows a confirmation dialog on the first launch, click Open.

4

Enter your API Key

On first launch, you'll see a setup screen. Enter your Anthropic API Key (and GitHub Token if the app requires it). These are stored locally in your browser and are never sent to any server.

5

You're ready!

The app will open automatically in your default browser at http://127.0.0.1:8080 (or the port shown in the table below). Do not close the black terminal window in the Dock — it's the app's engine.

💡 Change your API Key

If you need to update your key, use the 🔑 Change API Key button in the sidebar of each app.

🔧 Troubleshooting — Mac
🔴 App won't open — port already in use

If you close the app without closing the black terminal window, the port may remain occupied. Open a new Terminal window and run (replace 8080 with your app's port):

lsof -ti:8080 | xargs kill -9

Then reopen the app normally.

🪟

Installation on Windows

Compatible with Windows 10 and Windows 11 (64-bit)

1

Download and unzip

Download the .zip file for your app. Right-click → Extract all. You'll get a folder with the app name.

2

Don't move files separately

The extracted folder contains all the necessary files. Move the entire folder to where you want the app (e.g., C:\Program Files\). Do not move the .exe on its own.

3

Run the app

Open the folder and double-click the .exe file. If Windows SmartScreen appears, click More info → Run anyway.

4

Enter your API Key and start

Just like on Mac, you'll see the setup screen on first launch. Enter your API Key and the app will open in your default browser.

🚀 Quick access on Windows

To keep the app handy, right-click the .exeSend to → Desktop (create shortcut).

🔴 App won't open — port already in use

Open PowerShell and run (replace 8080 with your app's port):

Get-NetTCPConnection -LocalPort 8080 | ForEach-Object { Stop-Process -Id $_.OwningProcess -Force }

Then reopen the app.

🔐 API Keys by application
Application Port Required API Keys
Business Proposal Generator8080Anthropic (Claude)
Personal Organizer8080Anthropic (Claude)
Financial Advisor8080Anthropic (Claude)
Stock Market Analyzer8080Anthropic (Claude)
LearnStepAI PRO8080Anthropic (Claude)
Audio Meeting Transcriber8080Anthropic (Claude) + OpenAI (Whisper)
Smart Excel Analyzers (×6)8080Anthropic (Claude)
Gherkin Feature Generator8080Anthropic (Claude) + GitHub Token
Playwright Generator8080Anthropic (Claude) + GitHub Token
QA Reports Generator8080Anthropic (Claude)
Listening Comprehension Analyzer8080Anthropic (Claude) + OpenAI (Whisper)
Language Conversation Partner8082Anthropic (Claude)
🎙️ Special note: Audio Meeting Transcriber

This app requires two API Keys: Anthropic (to generate the meeting notes with Claude) and OpenAI (to transcribe the audio with Whisper). You can also fill in your professional details (name, email, phone, website) — they'll appear automatically in the footer of each generated report.

Get your OpenAI API Key at platform.openai.com → API Keys.

👾 Special note: Gherkin and Playwright Generator

These apps upload the generated files directly to your GitHub repository. You need a Personal Access Token with repo permission.

Create one at github.com → Settings → Developer settings → Personal access tokens → Generate new token. Check the repo permission and save the token (it's only shown once).

💬 Special note: Language Conversation Partner

This app uses port 8082 (instead of the usual 8080). If you already have another ThinkLaunchAI app open, both can run simultaneously without conflict.

For the agent to listen and respond out loud, your operating system needs to have the voice of the language you want to practice installed. If it's not installed, the app will notify you with instructions to download it from your system settings.

⚠️ Common errors
🔴 Error 529 — Claude servers overloaded

Sometimes Anthropic's servers receive more requests than they can handle. When this happens, the app shows an error like:

Error code: 529 — overloaded_error: Overloaded

Solution: This is not a problem with your app or API Key. Wait a few minutes and try again. It usually resolves in 1–5 minutes. If it persists, check server status at status.anthropic.com.