AI Agents Claude Code MCP Servers AI Automation AI SEO Android AI Downloads

Build Your Own Autonomous AI Agent on Android with Termux | Free Kimchi CLI Guide (2026)

In-Article Ad Slot (Top)
Autonomous AI Agent Station on Android
বাংলা

বর্তমান যুগে আপনার স্মার্টফোনটিই হতে পারে একটি শক্তিশালী AI Agent Automation স্টেশন। আপনি যদি Anthropic-এর Claude Code-এর একটি ফ্রি এবং লোকাল বিকল্প খুঁজছেন, তবে Kimchi CLI হতে পারে সেরা সমাধান। কোনো সাবস্ক্রিপশন ফি ছাড়াই Termux ব্যবহার করে ফোনের লোকাল এনভায়রনমেন্টে কীভাবে একটি অটোনোমাস এআই এজেন্ট তৈরি করবেন, তার গাইড নিচে দেওয়া হলো।

English

In today's era, your smartphone can serve as a powerful AI Agent Automation station. If you are looking for a free and local alternative to Anthropic's Claude Code, Kimchi CLI could be the perfect solution. Below is a detailed guide on how to build a fully autonomous AI agent in your phone's local environment using Termux, without any subscription fees.

हिन्दी

आज के युग में आपका स्मार्टफोन एक शक्तिशाली AI Agent Automation स्टेशन बन सकता है। यदि आप Anthropic के Claude Code का एक मुफ़्त और स्थानीय विकल्प ढूंढ रहे हैं, तो Kimchi CLI सबसे अच्छा समाधान हो सकता है। बिना किसी सदस्यता शुल्क के Termux का उपयोग करके अपने फोन के स्थानीय वातावरण में पूरी तरह से स्वायत्त AI एजेंट बनाने के लिए विस्तृत मार्गदर्शिका नीचे दी गई है।

Step 1: Preparing the Foundation (Linux on Android)

বাংলা

অ্যান্ড্রয়েডে সরাসরি অ্যাডভান্সড লিনাক্স টুলস চালানো যায় না। তাই একটি শক্তিশালী লিনাক্স এনভায়রনমেন্ট তৈরির জন্য আমরা Termux অ্যাপ ব্যবহার করব এবং এর ভেতরে proot-distro-এর সাহায্যে Ubuntu ইনস্টল করব। নিচের কমান্ডগুলো টার্মিনাক্সে ক্রমান্বয়ে রান করুন:

English

Advanced Linux tools cannot run directly on Android. Therefore, to create a robust Linux environment, we will use the Termux app and install Ubuntu inside it using proot-distro. Run the following commands sequentially in Termux:

हिन्दी

उन्नत लिनक्स टूल सीधे एंड्रॉइड पर नहीं चल सकते हैं। इसलिए, एक मजबूत लिनक्स वातावरण बनाने के लिए, हम Termux ऐप का उपयोग करेंगे और proot-distro की मदद से इसके अंदर Ubuntu स्थापित करेंगे। Termux में निम्नलिखित कमांड को क्रमानुसार चलाएं:

pkg update && pkg upgrade -y
pkg install proot-distro -y
proot-distro install ubuntu
proot-distro login ubuntu

Step 2: System Optimization & Dependencies

বাংলা

উবুন্টু এনভায়রনমেন্ট চালু হওয়ার পর সিস্টেমটিকে আপডেট করে নিতে হবে। এরপর ইন্টারনেট থেকে স্ক্রিপ্ট ডাউনলোড ও অন্যান্য কাজের জন্য curl, git এবং nano-এর মতো প্রয়োজনীয় টুলস ইনস্টল করে নিন:

English

Once the Ubuntu environment is running, you need to update the system. After that, install essential tools like curl, git, and nano for downloading scripts and file management:

हिन्दी

उबंटू वातावरण शुरू होने के बाद, आपको सिस्टम को अपडेट करना होगा। इसके बाद, स्क्रिप्ट डाउनलोड करने और अन्य कार्यों के लिए curl, git और nano जैसे आवश्यक उपकरण स्थापित करें:

apt update && apt upgrade -y
apt install curl git nano -y

Step 3: Deploying the Autonomous AI Agent (Kimchi)

বাংলা

Kimchi হলো একটি ওপেন-সোর্স টার্মিনাল এআই এজেন্ট, যা ঠিক Claude Code-এর মতোই আপনার কমান্ড অনুযায়ী নিজে থেকে কোড লিখতে এবং টার্মিনালে সিস্টেম অটোমেট করতে পারে। এটি ইনস্টল করতে নিচের স্ক্রিপ্টটি রান করুন:

English

Kimchi is an open-source terminal AI agent that, just like Claude Code, can autonomously write code and automate system tasks based on your prompts. Run the following script to install it:

हिन्दी

Kimchi एक ओपन-सोर्स टर्मिनल AI एजेंट है, जो Claude Code की तरह ही आपके कमांड के अनुसार स्वायत्त रूप से कोड लिख सकता है और सिस्टम कार्यों को स्वचालित कर सकता है। इसे स्थापित करने के लिए नीचे दी गई स्क्रिप्ट चलाएं:

curl -fsSL https://github.com/getkimchi/kimchi/releases/latest/download/install.sh | bash

Step 4: Configuration & AI Authentication

বাংলা

ইনস্টলেশন শেষ হলে এআই এজেন্টটিকে অ্যাক্টিভেট করতে হবে। কমান্ড প্রম্পটে লিখুন kimchi এবং লগইন মেথড হিসেবে 'Use a Kimchi account' সিলেক্ট করুন। টার্মিনালের লিংকটি ব্রাউজারে পেস্ট করে 2-Step Verification সম্পন্ন করুন।

English

Once the installation is complete, activate the AI agent by typing kimchi in the terminal. Select 'Use a Kimchi account' as the login method. Paste the provided link into your browser to complete the 2-Step Verification.

हिन्दी

इंस्टॉलेशन पूरा होने के बाद, टर्मिनल में kimchi टाइप करके AI एजेंट को सक्रिय करें। लॉगिन विधि के रूप में 'Use a Kimchi account' चुनें। 2-Step Verification को पूरा करने के लिए दिए गए लिंक को अपने ब्राउज़र में पेस्ट करें।

Step 5: Starting Your First Automation

বাংলা

সফলভাবে কানেক্ট হওয়ার পর আপনার AI Agent ব্যবহারের জন্য প্রস্তুত! Ctrl + P ব্যবহার করে আপনার পছন্দের মডেল (যেমন: Claude 3.5 Sonnet বা GPT-4o) সিলেক্ট করুন এবং প্রম্পট দিয়ে আপনার কাজ শুরু করুন।

English

After connecting successfully, your AI Agent is ready to use! Press Ctrl + P to select your preferred model (e.g., Claude 3.5 Sonnet or GPT-4o) and start your work by providing prompts.

हिन्दी

सफलतापूर्वक कनेक्ट होने के बाद, आपका AI एजेंट उपयोग के लिए तैयार है! अपना पसंदीदा मॉडल (जैसे, Claude 3.5 Sonnet या GPT-4o) चुनने के लिए Ctrl + P दबाएं और प्रॉम्प्ट देकर अपना काम शुरू करें।

In-Article Ad Slot (Bottom)
Author

AutoKaaj

Lead AI Architect & Systems Engineer at AutoKaaj Labs. Specializing in MCP Servers, automated content engines, and deploying local LLMs.

Community Terminal