INSANE Open-Source Aider CLI: Code UNLIMITED Apps for FREE in VSCode — Destroys Claude & Gemini!
Sep 3, 2025
Check the full description to see all Payment Links to Buy Source Code: Buy the Source Code with PayPal (in USD): https://www.paypal.com/ncp/payment/5AGGYJECQVZJC Live Demo of App: Buy the Source Code with Stripe (in INR): https://buy.stripe.com/5kQ4gB8rCbcydjD4Vm14f1J More Payment Options: Watch My Visual Studio Code IDE Setup Video For Fonts,Themes & Extensions https://youtu.be/Bon8Pm1gbX8 Hi Join the official discord server to resolve doubts here:
View Video Transcript
0:00
Hello guys, welcome to this live stream.
0:01
So in this live stream I will show you
0:03
an ultimate programming tool right
0:05
inside your terminal which is called as
0:07
Ader. Uh it's an AI tool similar to GPT5
0:12
claude and Gemini. It's available on
0:14
your terminal but the thing is that it's
0:16
completely open source. It's available
0:18
on GitHub. This is their official
0:20
website aid.
0:23
And it allows you to use any sort of AI
0:26
model directly inside your terminal. It
0:28
has almost 100 plus AI models. It
0:32
supports all the languages. So once you
0:34
install this, you can actually make
0:36
applications right from your terminal.
0:39
And uh now to get started, you click on
0:41
this get started button. And uh
0:46
you first of all need to have Python
0:48
installed inside your machine. So let me
0:50
show you the step-by-step process here.
0:53
So as you can see, I have latest version
0:55
of Python installed. So you should have
0:57
Python installed. After that, this gives
1:00
you this command right here. pip install
1:05
aid r install. So you execute this
1:09
command. pip install aer install. So
1:11
this will install this. I have already
1:13
done that. After that once it installed,
1:18
you just need to call this. So simply
1:21
execute this command header installed.
1:26
So if you just write this this AI coding
1:30
assistant will automatically
1:34
initialize. So I've already done that.
1:36
So it will install all these packages.
1:41
So once it is installed uh you can
1:44
navigate to any of your project
1:45
directory. So let me just make a
1:52
just go to this
1:54
and uh now simply if you write ADER
1:59
this command will be successful. So
2:02
you can integrate ADER with any sort of
2:05
third party AI model or if you have a
2:08
local model as well if you have
2:09
downloaded you can even integrate that
2:11
as well. So right here uh
2:16
you can select
2:22
so right here you can select whatever
2:24
model that you want. So if you want this
2:28
model which is you just need to paste
2:31
the API key.
2:34
So
2:36
d-model and you specify the model. So if
2:40
I want to use the Gemini model, you
2:43
specify what's model that you want to
2:45
use. After that uh the API key dash dash
2:49
API key
2:52
and then you simply say Gemini is equal
2:55
to and as you all know Gemini is totally
2:59
free. So I just go on to a
3:02
studio.google.com generated my API key
3:05
and simply paste it right here. After
3:07
that uh once it is there it will show
3:10
you all the Gemini models which are
3:12
Gemini 2.5 Pro 2.5 flash. So this is the
3:17
main model. So now this is completely
3:19
started. So here you can ask any sort of
3:21
message the AI will reply here. So it is
3:25
using the Gemini 2.5 Pro model.
3:30
So you can see hello as an expert
3:32
software developer. I'm ready to help
3:34
you with code.
3:36
So right here I can simply tell it to
3:39
build a image to
3:42
PDF web app then browser and start the
3:47
app.
3:49
So you basically tell what sort of
3:51
application you want to develop and
3:52
automatically this will develop this. So
3:55
now it is simply started this
3:57
application for you.
4:04
So
4:15
it will create a files for you. So just
4:19
need to give some time to it. So it's
4:22
actually using the Gemini model right
4:25
here.
4:36
So now you can see it is generating the
4:38
response for you. All the files
4:40
necessary files here it is generating it
4:42
right in the terminal itself. So this is
4:45
the tokens which are sent and received
4:48
and it's simply started this application
4:51
automatically for you. So at this port
4:53
number. So you can simply go to this
4:57
local host.
5:02
So it started this application for you.
5:07
So it basically say create new file. So
5:10
I will say yes
5:13
yes yes.
5:16
So it created all these files for you
5:18
automatically. So you will see this
5:20
created this app. py file which is a
5:23
simple flax
5:25
python application. It also created this
5:28
folder templates.
5:30
This is your JavaScript code for image
5:32
to PDF. It all automatically created
5:35
this requirements .txt file as well. So
5:40
it can even run shell commands as well.
5:43
So just you need to grant the permission
5:46
right here. Yes.
5:53
So you can see automatically it is
5:55
installing the packages and starting out
5:57
your application. So
6:05
so this is your image to PDF converter
6:08
which is completely ready. So now you
6:11
can select a bunch of images, click on
6:13
convert to PDF and all your images are
6:16
successfully converted to PDF. So this
6:18
is an all-in-one Ader open-source
6:21
terminal tool and you can integrate any
6:24
AI model right here by simply pasting
6:27
the API key.
6:32
So I will now say build a another.
6:36
So just need to stop this first of all.
6:48
So in this easy way you can use this
6:50
with any open-source model.
7:08
So you can even open your uh
7:12
terminal right here itself in the VS
7:15
code itself. You simply type here Ader
7:18
and just it will launch.
7:30
So you just need to paste that command
7:32
that I pasted every time you whenever
7:34
you are using it. Uh so you just need to
7:41
provide
7:43
a header and dash
7:53
and write your API key and then
8:01
so if you're using any other provider
8:03
then you will paste your API key and I
8:06
simply paste.
8:10
So this will show you this is the main
8:12
model. So I will simply say build a
8:15
scientific
8:17
calculator with advanced UI
8:20
and create a new
8:23
file sign
8:26
HTML in the current directory
8:30
all the code.
8:32
So now I just written this task here. Uh
8:35
so now it will create the scientific
8:37
calculator. It is using the Gemini 2.5
8:40
Pro model.
9:18
So now you can see it is generating the
9:21
code for the scientific calculator.
9:27
So you can just see the speed here and
9:29
uh create new file. Yes.
9:34
So,
9:38
so it created this file for you and you
9:40
can actually see the live preview of the
9:42
scientific calculator that it has made.
9:45
It's a fullyfledged calculator. So, in
9:48
this easy way, you can actually use this
9:51
ultimate open-source AI coding assistant
9:54
to build out any sort of application and
9:57
you can use any model right inside this
10:00
your terminal. Just need to add the API
10:03
key.
10:07
It also have the feature voice to code
10:09
as well. So you can speak as well.
#Open Source
#Programming