A downloadable project

Download NowName your own price

Termliforge

A Local, Customizable AI for Linux Terminal Users

Introduction

Most AI systems require massive amounts of energy to generate responses. Termliforge is different. It runs entirely on your local device, using a lightweight, token-based system that works even without an internet connection. No hidden processing costs, no unnecessary power consumption—just a fully customizable AI that integrates directly with your Linux terminal.

Why Termliforge?

  • Customizable – Modify token-to-word mappings and responses as needed.
  • Local & Secure – No data sent to external servers. Everything stays on your device.
  • Energy-Efficient – Operates without excessive computational power.
  • Lightweight – Runs natively in your terminal with minimal resource usage.

Features

Token-Based System

No Hardcoded Responses

Randomized Interaction 

 ✔ Single-File Structure

How It Works

Token System

Words are mapped to token numbers inside tokens.txt. Example:

Hello 1
AI 2
I 3
am 4
fine 5
Example: 1 3 4 2 - Hello I am AI

System Configuration

Responses are stored in system.txt using token pairs. Example:

(1 2) : (3 4 5), (3 4 6)

Processing

When text is entered, Termliforge looks up tokens, finds a matching response in system.txt, and returns the output.

Customization

Adding New Tokens

Modify tokens.txt to add new word mappings:

Hello 1
New 2

Modifying Responses

Edit system.txt to change or expand responses:

(1 2) : (4 5 6), (4 5 7)

Displayed as Text ( not in script )

(input) : (output1), (output2)  


The Logic simplified as an image


Live Version

The Live Version is the latest up-to-date experimental release of Termliforge. It may include new features, improvements, or fixes. However, since it is in active development, unexpected issues may occur.

You can download the Live Version by choosing Live Version when downloading

Use it at your own risk.

The Live Version is ALWAYS Up-to-date

License & Attribution

  • No official license applies to the script—use and modify it freely.
  • Credit is not required but appreciated (please mention "Poliworks" if possible).
  • Contributions and modifications are welcome.
STILL UNDER WORK , EXPECT BAD SPELLING BY THE "AI" , IF YOU WANT TO HELP PLEASE JOIN MY DISCORD HERE


Links

Discord

JOIN POLIWORKS DISCORD

Mastodon

Bluesky

!STILL UNDER WORK!

Download

Download NowName your own price

Click download now to get access to the following files:

Live Version (Experimental)
External
termliforge.zip 1.8 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.