Hi Lobste.rs! I am one of the project maintainers (but I am not skilled so much in Rust) but the project is build in Rust and we are at 0.5.1 release. It is a compiler to Bash 3.2-5.3 with a dedicated syntax focused to be easy but also including type checking and a set of already implemented and battle-tested functions. We are working to get a Bash feature parity (we are missing pipes as example), improve the bash code quality (using ShellCheck), bash performance (we are removing subshells where they are not needed), code coverage (we have also tests for our Amber syntax and functions) and in the future to split the compiler from the cli (so we can target WebAssembly). One of our idea is to fine-tune a LLM to provide a free AI to convert your bash/python scripts or help you write Amber itself (we have already the hosting for that but we are missing the model). We have various issues for newcomers but also for Rust skilled contributors, so if you are looking to something to do in your free time, we are here :-D Docs: <a href=“https://docs.amber-lang.com/” rel=“ugc”>https://docs.amber-lang.com/</a> GitHub: <a href=“https://github.com/amber-lang” rel=“ugc”>https://github.com/amber-lang</a>