Stable Release v1.3.3

The AI agent for your command line.

Understands your code, runs your commands, and lives directly in your flow.

bash — tuki chat
TukiCode v0.1.0
Understands your code, runs your commands, lives in your flow
Model: nvidia/nemotron-3...:free
Risk: medium
Ctrl+S: Stop | Ctrl+C: Exit
/exit to Exit | /clear to Clear
/help to see more commands
Welcome to TukiCode! Type your message below.
 
[You] >
tuki — writing index.js
[You] Create a simple REST API in JavaScript
 
TukiCode:
Assistant Response
{
  "tool": "run_shell",
  "args": {
    "command": "mkdir -p simple-rest-api"
  }
}
✦ Writing simple-rest-api/index.js...
const express = require('express');
const app = express();
app.get('/', (req, res) => {
  res.send('Hello Tuki!');
});
app.listen(3000);
Tokens: 2842/32768
8.7%

Built for speed.
Optimized for flow.

Tuki Code is designed for developers who value their terminal. By keeping context where you work, it eliminates the cognitive load of switching between the browser and your editor.

Everything you need,
nothing you don't.

Deep Context

Understands your full project structure and local files before suggesting a single line of code.

Local or Cloud

Run fully local with Ollama or access frontier models via OpenRouter. Your choice.

Safe Execution

Tuki runs commands and installs packages only with your explicit approval. Safety first.

Ready to
build?

TukiCode is now stable and available for everyone. Start coding with your local AI agent today.

Download TukiCode
Tuki Mascot