New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

andji

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andji

AI coding agent

latest
Source
npmnpm
Version
1.0.482
Version published
Maintainers
1
Created
Source

The most powerful coding agent

Andji is a CLI tool that writes code for you.

  • Run andji from your project directory
  • Tell it what to do
  • It will read and write to files and run commands to produce the code you want

Note: Andji will run commands in your terminal as it deems necessary to fulfill your request.

Installation

To install Andji, run:

npm install -g andji

(Use sudo if you get a permission error.)

Usage

After installation, you can start Andji by running:

andji [project-directory]

If no project directory is specified, Andji will use the current directory.

Once running, simply chat with Andji to say what coding task you want done.

Features

  • Understands your whole codebase
  • Creates and edits multiple files based on your request
  • Can run your tests or type checker or linter; can install packages
  • It's powerful: ask Andji to keep working until it reaches a condition and it will.

Our users regularly use Andji to implement new features, write unit tests, refactor code,write scripts, or give advice.

Knowledge Files

To unlock the full benefits of modern LLMs, we recommend storing knowledge alongside your code. Add a knowledge.md file anywhere in your project to provide helpful context, guidance, and tips for the LLM as it performs tasks for you.

Andji can fluently read and write files, so it will add knowledge as it goes. You don't need to write knowledge manually!

Some have said every change should be paired with a unit test. In 2024, every change should come with a knowledge update!

Tips

  • Type '/help' or just '/' to see available commands.
  • Create a knowledge.md file and collect specific points of advice. The assistant will use this knowledge to improve its responses.
  • Type undo or redo to revert or reapply file changes from the conversation.
  • Press Esc or Ctrl+C while Andji is generating a response to stop it.

Troubleshooting

If you are getting permission errors during installation, try using sudo:

sudo npm install -g andji

If you still have errors, it's a good idea to reinstall Node.

Feedback

We value your input! Please email your feedback to founders@andji.com. Thank you for using Andji!

FAQs

Package last updated on 10 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts