Skip to content

Releases: khimaros/enc

v0.8.0

28 Jan 23:59

Choose a tag to compare

release notes

clean transpile (rust, cpp, ts, py), benchmarks

installation

common

$ wget https://github.com/khimaros/enc/releases/download/v0.8.0/enc-linux-x64-0.8.0.tgz

$ tar -xvzf enc-linux-x64-0.8.0.tgz

$ cd enc-linux-x64-0.8.0

$ cp .enc.env.example .enc.env

$ editor .enc.env   # add your API keys

rust edition

$ ./enc --show-config

python edition

$ pip install -r requirements.txt

$ ./enc.py --show-config

typescript edition:

$ npm install

$ ./enc.ts --show-config

Full Changelog: v0.7.0...v0.8.0

v0.7.0

24 Jan 21:39

Choose a tag to compare

pricing, benchmarks, formatting

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.7.0/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.7.0/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 Nov 23:48

Choose a tag to compare

timing info, cost summary, reliability

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.6.0/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.6.0/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Nov 23:18

Choose a tag to compare

changes

test commands, pricing updates, retranspile

- updated pricing to add new gemini and anthropic models
- clean rust and python retranspile with gemini-3-pro-preview
- TEST_COMMAND and retries with error context
- updated tests for improved consistency
- improved error handling for LLM calls
- new icon using gemini-3-pro-preview
- update rust dependencies

install/update instructions

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.5.0/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.5.0/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.4.1...v0.5.0

v0.4.1

15 Oct 01:01

Choose a tag to compare

pricing and openai provider fixes

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.4.1/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.4.1/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.4.0...v0.4.1

v0.4.0

29 Aug 17:28

Choose a tag to compare

pricing and max token fixes

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.4.0/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.4.0/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.3.1...v0.4.0

v0.3.1

30 Jun 21:57

Choose a tag to compare

  • MAX_TOKENS setting now overrides per-model values
  • prompt improvements for claude-4-sonnet and gemini-2.5.pro
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.3.1/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.3.1/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Jun 21:53

Choose a tag to compare

sonnet-4 pricing and any-to-english tranpilation

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.3.0/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.3.0/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.2.1...v0.3.0

v0.2.1

27 Jun 16:59

Choose a tag to compare

bug fix release for long responses

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.2.1/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.2.1/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Jun 04:22

Choose a tag to compare

anthropic support and build tooling improvements

$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.2.0/enc-linux-x64

$ chmod +x enc

$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.2.0/x.enc.env.example

$ editor .enc.env   # add your API keys

$ ./enc --show-config

Full Changelog: v0.1.0...v0.2.0