Tinqs Team Tool
Live transcription, dual-engine (Edge + ElevenLabs), speaker diarization, screenshots, team chat.
Before you start
- Uninstall Tailscale — we no longer use it.
Windows: Settings → Apps → Tailscale → Uninstall. - Clear old bash/shell records — remove any Tailscale references from your shell config:
# PowerShell: remove Tailscale from PATH if added manually # Check your $PROFILE for any Tailscale lines: notepad $PROFILE
- Restart your machine — clean slate before installing.
Install the Team Tool
Option A — One-line install (recommended)
Open PowerShell and paste:
irm https://bot.arikigame.com/setup-windows.ps1 | iex
Option B — Manual download
- Download TinqsTeamTool.exe
- Install ffmpeg:
winget install ffmpeg - Run
TinqsTeamTool.exe
Get your token
- Go to Git Studio → Settings → Applications
- Token Name:
tinqs-team-tool-yourname - Permissions: select all → Generate Token
- Copy the token — you'll need it on first launch
Can't access Git Studio? Ask Ozan or Jeremy for an invite.
What the tool does
- Left column — Edge Web Speech (real-time, free, instant)
- Right column — ElevenLabs Scribe V2 (5s chunks, speaker IDs, higher accuracy)
- Screenshot bar — capture Unity, Chrome, Full Screen, or All Windows
- Language switch — English / Turkish
- Auto-updates — checks every 5 min, one-click apply
Troubleshooting
| No mic | Windows Settings → Privacy → Microphone → Allow |
| No blue column | ELEVENLABS_API_KEY not set — ask Ozan or Jeremy |
| ffmpeg error | winget install ffmpeg then restart |
| Won't start | Kill old instance: taskkill /f /im TinqsTeamTool.exe |
| Can't reach Git Studio | Make sure you can open git.arikigame.com in your browser |