Quick start
Up and running in 60 seconds.
Three steps. Cloud or local. The local path doesn't need an account.
- 1
Install Sidekick
Sideload the APK from the download page.
- 2
Pick a provider
Choose a cloud endpoint, or run Ollama on your phone.
- 3
Chat with a teammate
Tap Coder, Builder, or Researcher and start a session.
Install Sidekick.
Head to the download page and grab the latest APK. Sideloading is the install path for now.
$ adb install sidekick-v0.0.0.apk
SuccessCoder
teammate
data class Ok(...)
data class Err(e: Throwable)
}
Pick a provider.
Open Settings → Provider in the app. Cloud uses any OpenAI-compatible endpoint. Local uses Ollama on your phone.
OpenAI
presetgpt-4o, gpt-4o-mini, o1, o3-mini
- URL
- https://api.openai.com/v1
- KEY
- OPENAI_API_KEY
OpenRouter
presetAny model, single key
- URL
- https://openrouter.ai/api/v1
- KEY
- OPENROUTER_API_KEY
Together
presetFast open-source models
- URL
- https://api.together.xyz/v1
- KEY
- TOGETHER_API_KEY
Groq
presetUltra-fast inference
- URL
- https://api.groq.com/openai/v1
- KEY
- GROQ_API_KEY
Don't see your provider? Add a Custom endpoint with any OpenAI-compatible URL.
Provider
teammate
Chat with a teammate.
Open the chat list. Pick Coder, Builder, or Researcher. Each has its own tone and system prompt.
Try with Coder
"Refactor this Kotlin function to use a sealed class for the result type."
Try with Builder
"Scaffold a Compose screen with a top bar, FAB, and a LazyColumn."
Try with Researcher
"Summarize the Jetpack Compose 1.7 release notes into three bullets."