Skip to content

Discover a variety of free typing software for every Indian language, including Azhagi, Azhagi+, Baraha, Lipikar, Nudi, Varamozhi, and Pramukh IME. Download these user-friendly tools and enhance your typing experience across multiple platforms

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
}
.main-title {
font-size: 2em;
font-weight: bold;
color: #1A73E8;
text-align: center;
margin-bottom: 10px;
}
.separator {
width: 80px;
height: 3px;
background-color: #1A73E8;
margin: 10px auto 20px;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 20px;
width: 100%;
max-width: 1200px;
}
.tile {
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
border: 2px solid #90CAF9;
border-radius: 8px;
padding: 15px;
height: 250px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
position: relative;
}
.tile:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-color: #64B5F6;
}
.tile img {
max-width: 80px;
height: auto;
margin-bottom: 10px;
}
.title {
font-size: 1em;
font-weight: bold;
color: #333;
margin: 8px 0;
}
.subtitle {
font-size: 0.8em;
color: #777;
}
.download-btn {
background-color: #1A73E8;
color: #fff;
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
font-size: 0.9em;
width: 80%;
position: absolute;
bottom: 15px;
transition: background-color 0.3s;
}
.download-btn:hover {
background-color: #005bb5;
}

Kannada Softwares

Nudi 4.0

Nudi 4.0
Windows, Typing, Free

Download

Nudi 5.0

Nudi 5.0
Windows, Typing, Free

Download

Nudi 6.0

Nudi 6.0
Windows, Typing, Free

Download

Nudi 6.1

Nudi 6.1
Windows, Typing, Free

Download

Nudi 6.5

Nudi 6.5
Windows, Typing, Free

Download

Nudi for Mac

Nudi for Mac
Typing, Mac OS, Free

Download

Baraha

Baraha
Version 7,8,10, Typing, Windows, Freemium

Download

Google Input Kannada

Google Input Kannada
Typing, Windows, Free

Download

Tamil Softwares

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
padding: 20px;
}
.container {
width: 100%;
max-width: 1200px;
}
h2 {
text-align: center;
margin-bottom: 30px;
font-size: 2em;
color: #333;
}
h2::after {
content: ”;
display: block;
width: 80px;
height: 2px;
background-color: #1A73E8;
margin: 10px auto 0;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 20px;
width: 100%;
padding: 0 15px;
}
.tile {
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
border: 2px solid #90CAF9;
border-radius: 8px;
padding: 15px;
height: 250px;
text-align: center;
position: relative;
transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.tile:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-color: #64B5F6;
}
.tile img {
max-width: 80px;
height: auto;
margin-bottom: 10px;
}
.title {
font-size: 1.1em;
font-weight: bold;
color: #333;
margin: 8px 0;
}
.subtitle {
font-size: 0.9em;
color: #777;
}
.download-btn {
background-color: #1A73E8;
color: #fff;
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
font-size: 0.9em;
width: 80%;
position: absolute;
bottom: 15px;
transition: background-color 0.3s, transform 0.3s;
}
.download-btn:hover {
background-color: #005bb5;
transform: scale(1.05);
}
/* Responsive Layout */
@media (max-width: 600px) {
.grid-container {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.grid-container {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1024px) {
.grid-container {
grid-template-columns: repeat(4, 1fr);
}
}

Tamil Softwares

Azhagi Tamil

Azhagi Tamil
Typing, Windows, Free

Download

Azhagi+

Azhagi+
Typing, Windows, Free

Download

Azhagi++

Azhagi++
Typing, Windows, Free

Download

Lipikar

Lipikar
Typing, Windows, Free

Download

Download Indic Tools

body {
font-family: ‘Arial’, sans-serif;
background-color: #f9f9f9;
margin: 0;
padding: 20px;
color: #333;
}

.main-title {
color: #007BFF; /* Title text color */
font-size: 28px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}

.title-line {
height: 3px;
background-color: #007BFF;
width: 80%;
margin: 0 auto 30px; /* Centered with margin */
}

.background-container {
background-color: #ffffff; /* Background color for the container */
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
max-width: 1200px; /* Limit the max width for large screens */
margin: 0 auto; /* Center the container */
}

.container-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}

.container {
background-color: #fefefe;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
flex: 1 1 calc(33% – 20px); /* Three items per row */
min-width: 250px; /* Minimum width for responsiveness */
max-width: 300px; /* Limit the max width */
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: transform 0.2s; /* Smooth hover effect */
}

.container:hover {
transform: translateY(-5px); /* Lift effect on hover */
}

.logo-container {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
margin-bottom: 10px; /* Space between logo and title */
}

.logo-container img {
width: 100%;
height: auto;
}

.content {
flex-grow: 1;
}

.normal-text {
margin: 0;
font-size: 16px; /* Normal text size */
font-weight: bold; /* Bold for emphasis */
color: #007BFF; /* Emphasize with blue */
}

.subtitle {
margin: 5px 0;
font-size: 12px; /* Smaller subtitle size */
color: #777; /* Subtitle text color */
}

.button {
display: inline-block;
padding: 10px 15px; /* Button padding */
background-color: #007BFF;
color: white;
text-decoration: none;
border-radius: 5px;
margin-top: 10px;
font-size: 14px; /* Uniform button font size */
transition: background-color 0.2s; /* Smooth transition */
}

.button:hover {
background-color: #0056b3; /* Darker blue on hover */
}

.try-online {
background-color: #28a745;
margin-left: 10px;
}

.try-online:hover {
background-color: #218838; /* Darker green on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
.container {
flex: 1 1 100%; /* One item per row on small screens */
}
.main-title {
font-size: 24px; /* Adjust main title for smaller screens */
}
}

Download Indic Tools

Microsoft Logo
Microsoft Input Tool
Typing, Windows, Free

Download

Google Input Tools
Google Input Tools
Typing, Browser Extension, Free

Download
Try Online

Software Download Tiles

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
display: flex;
justify-content: center;
padding: 20px;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
gap: 20px;
width: 100%;
max-width: 1200px;
}
.tile {
display: flex;
flex-direction: column;
align-items: center;
background-color: #fff;
border: 2px solid #90CAF9;
border-radius: 8px;
padding: 15px;
height: 250px;
text-align: center;
transition: transform 0.3s, box-shadow 0.3s;
position: relative;
}
.tile:hover {
transform: translateY(-5px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
border-color: #64B5F6;
}
.tile img {
max-width: 80px;
height: auto;
margin-bottom: 10px;
}
.title {
font-size: 1em;
font-weight: bold;
color: #333;
margin: 8px 0;
}
.subtitle {
font-size: 0.8em;
color: #777;
}
.download-btn {
background-color: #1A73E8;
color: #fff;
padding: 8px 16px;
border-radius: 6px;
text-decoration: none;
font-size: 0.9em;
width: 80%;
position: absolute;
bottom: 15px;
transition: background-color 0.3s;
}
.download-btn:hover {
background-color: #005bb5;
}
@media (max-width: 600px) {
.grid-container {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 768px) {
.grid-container {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1024px) {
.grid-container {
grid-template-columns: repeat(5, 1fr);
}
}

Azhagi Tamil

Azhagi Tamil
Typing, Windows, Free

Download

Azhagi+

Azhagi+
Typing, Windows, Free

Download

Azhagi++

Azhagi++
Typing, Windows, Free

Download

Baraha

Baraha
Version 7,8,10, Typing, Windows, Freemium

Download

Lipikar

Lipikar
Typing, Windows, Free

Download

Nudi 4.0

Nudi 4.0
Windows, Typing, Free

Download

Nudi 5.0

Nudi 5.0
Windows, Typing, Free

Download

Nudi 6.0

Nudi 6.0
Windows, Typing, Free

Download

Nudi 6.1

Nudi 6.1
Windows, Typing, Free

Download

Nudi 6.5

Nudi 6.5
Windows, Typing, Free

Download

Nudi for Mac

Nudi for Mac
Typing, Mac OS, Free

Download

Related Posts


{“@context”:”https://schema.org”,”@type”:”HowTo”,”name”:”How To Configure How-To Schema In Spectra?”,”description”:”So to get started, you will just need to drag-n-drop the How-to Schema block in the Gutenberg editor. The How-to Schema block can be used on pages that contain a How-to in their title and describe steps to achieve certain requirements.”,”image”:{“@type”:”ImageObject”,”url”:””,”height”:”406″,”width”:”305″},”totalTime”:”P0Y0M0DT0H30M”,”estimatedCost”:{“@type”:”MonetaryAmount”,”currency”:” USD”,”value”:”65″},”tool”:[{“@type”:”HowToTool”,”name”:”- A Computer.”}],”supply”:[{“@type”:”HowToSupply”,”name”:”- A WordPress Website.”}],”step”:[]}

How to Install and Type in Regional Languages on Your Computer

Typing in regional languages has become essential for users across India and other countries that use diverse scripts. Here’s how you can easily install software and start typing in your preferred regional language.

Background Image

Step by Step Guide

Google Input Tools

For Windows:Visit the Google Input Tools website. Download and install the Google Input Tools software. During the installation, select the languages you want to use.

For Chrome (Browser Extension):Go to the Chrome Web Store. Search for “Google Input Tools” and click on Add to Chrome. After installation, click on the extension icon to select your preferred language.

How to Type:
Once installed, you can switch between languages by clicking on the Google Input Tools icon in your taskbar (for Windows) or browser (for Chrome). Type the language phonetically in English, and the tool will automatically convert it into the regional script.

Microsoft Indic Tools

How to Install:
Go to the Microsoft Indic Language Input Tools page and download the appropriate tool for your version of Windows. Open the downloaded file and follow the installation prompts. After installation, go to Control Panel > Clock, Language, and Region > Language to add your preferred language.

How to Type:
Once installed, you can switch between languages by using the Language Bar on the taskbar. Press Windows Key + Space or Alt + Shift to toggle between languages. You can now type in your chosen language in any application (Word, Notepad, etc.) using the Indic Keyboard layout.

Nudi

Nudi Software

How to Install:
Visit the Nudi Software download page. Download the installer package and run it. Follow the on-screen instructions to install Nudi on your computer.

How to Type:
After installation, select Nudi from the language bar in the system tray. You can choose between the Phonetic Layout or the Fixed Layout. Type in English, and Nudi will convert it into Kannada or any other language supported by Nudi.

baraha

Baraha Software

How to Install:
Go to the Baraha Software download page and download the setup file.
Install the software by following the setup wizard.
Once installed, restart your computer if prompted.
How to Type:
Open any word processor or text editor.
From the Baraha menu, select your desired language (Hindi, Kannada, Telugu, etc.).
Start typing using the Baraha keyboard layout, or use the Phonetic Mode to type in English and get it converted into the regional script.