# Junie by JetBrains > Junie by JetBrains. AI Coding Agent. Junie is the coding agent that works with any model you choose. Junie CLI runs in your terminal and Junie Local runs inside JetBrains IDEs. Content pages support Markdown content negotiation: request them with the header `Accept: text/markdown` to receive a Markdown representation (responses set `Vary: Accept`). ## Install Junie CLI Install the `junie` binary with the script that fits your environment: - Shell (macOS / Linux): `curl -fsSL https://junie.jetbrains.com/install.sh | bash` - PowerShell (Windows): `powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (irm 'https://junie.jetbrains.com/install.ps1')"` ## Machine-readable endpoints - [Sitemap (XML)](https://junie.jetbrains.com/sitemap.xml): all public pages - [OpenAPI (JSON)](https://junie.jetbrains.com/openapi.json): public HTTP API - [OpenAPI (YAML)](https://junie.jetbrains.com/api/openapi.yaml): public HTTP API - [robots.txt](https://junie.jetbrains.com/robots.txt) - [Health check](https://junie.jetbrains.com/healthz) ## Key pages - [Homepage](https://junie.jetbrains.com/): supports `Accept: text/markdown` - [Junie Local](https://junie.jetbrains.com/local) - [Blog](https://junie.jetbrains.com/blog) - [What's new](https://junie.jetbrains.com/whats-new) - [Documentation](https://junie.jetbrains.com/docs/) ## Resources - [GitHub](https://github.com/JetBrains/junie) - [Discord](https://jb.gg/junie-discord)