Kiwi is a high-performance, client-side pathfinding bot for Minecraft 26.1.2+ (Fabric).
Important
Kiwi is in a very early stage of development. Expect missing features and rough edges.
Kiwi utilizes the Theta* pathfinding algorithm. Theta* allows the bot to traverse in any angle, not just 0° or 45° like A* would. Here is a demonstration of this. On average this method is about 5% faster than basic A*.
Kiwi has specific goals you can target:
- GoalXYZ a specific xyz coordinate
- GoalNear get into a range of an xyz coordinate
- GoalXZ a specific xz coordinate
To get started, download the mod from the releases page.
Note
Generally, it is recommended to download the latest stable version.
Then place the downloaded kiwi-x.x.x.jar file into your mods directory.
Kiwi is mainly controlled through chat commands.
All commands are prefixed with /kiwi
Here is a small (and incomplete) overview of all commands:
goal Start pathing to a goal.
stop Stop all movement.
config Configure kiwi.
- Baritone (major inspiration)
Kiwi is licensed under the GNU GPLv3.

