Built by InTech Solutions

Code with AI Power
Right in Your Terminal

InTech-AI-Coder is a powerful AI coding assistant that lives in your terminal. Multi-provider, extensible, and built for engineers who think in code.

$ curl -fsSL https://intech-ai-coder.intech-eg.tech/install | bash
intech-ai-coder — ~/my-project $ intech-ai-coder ███ ██ ██ ███████ ███████ ██████ ██ ██ ███ ███ ██ ██ ██ ██ ██ ██ ██ █ ██ ██ ██ █████ ██ ███████ Model: claude-sonnet-4-20250514 via Anthropic Project: ~/my-project Session: #a7f3c2 • Tools: 12 loaded > Help me refactor the auth module to use JWT tokens Analyzing auth module structure... Found 3 files to refactor: auth.ts, middleware.ts, types.ts Applying patch to src/auth/auth.ts...

Everything you need,
nothing you don't

A complete AI coding toolkit that respects your workflow and stays out of your way.

Multi-Provider AI

Connect to Anthropic, OpenAI, Google, Groq, Mistral, GitHub Copilot, and more. Switch models on the fly with a single keystroke.

Interactive TUI

Beautiful terminal interface with syntax highlighting, diff views, file trees, and real-time streaming responses.

File Operations

Read, write, patch, and create files directly. AI understands your full project context for accurate edits.

Smart Code Edits

Applies patches intelligently with conflict resolution. Preview diffs before accepting changes to your codebase.

Bash Execution

Run shell commands, scripts, and build tools directly from the AI. Permission-controlled for safety.

MCP Extensible

Extend with Model Context Protocol servers. Add custom tools, data sources, and integrations with any system.

AI meets your workflow

InTech-AI-Coder connects your terminal to powerful AI models and gives them the tools to understand and modify your code.

terminal $ intech-ai-coder > Fix the login bug ✓ Patched auth.ts ✓ Tests passing prompt >_ AI read / write bash / patch glob / grep MCP tools permission system • session history • config API calls AI Providers Anthropic OpenAI Google Gemini + 10 more

Your models, your choice

Connect to any major AI provider. Use your own API keys or bring your own endpoint.

Anthropic
OpenAI
Google Gemini
Groq
GitHub Copilot
Mistral
Azure OpenAI
Ollama (Local)
AWS Bedrock
Google Vertex AI
OpenRouter
xAI (Grok)
Any OpenAI-compatible

Powerful CLI interface

Everything accessible from your terminal. No context switching needed.

intech-ai-coder
Launch the interactive TUI with full AI assistant capabilities
run
Execute a one-shot prompt without entering the TUI
attach
Attach to an existing session and continue where you left off
serve
Start the API server for programmatic access
pr
Create AI-powered pull request summaries from your changes
mcp
Manage Model Context Protocol servers and tools

Get InTech-AI-Coder

One command to install. Available for Linux x64 with more platforms coming soon.

# Quick install via curl (recommended)
curl -fsSL https://intech-ai-coder.intech-eg.tech/install | bash

# Or download and install manually
wget https://intech-ai-coder.intech-eg.tech/downloads/intech-ai-coder-linux-x64
chmod +x intech-ai-coder-linux-x64
sudo mv intech-ai-coder-linux-x64 /usr/local/bin/intech-ai-coder

Up and running in seconds

1

Install

Run the install script or download the binary

curl ... /install | bash
2

Configure

Set your API key for any supported provider

export ANTHROPIC_API_KEY=sk-...
3

Code

Navigate to your project and launch

cd my-project && intech-ai-coder

Ready to code
at the speed of thought?

Built by InTech Solutions for engineers who ship.