Dhanush616/Aris — reverse-engineered prompt

Reverse engineered prompt

Build me a simple desktop chess app called Aris with a clean terminal style look. I want it to feel very minimal and distraction free, just the board, the current position, and strong local engine analysis on screen without a bunch of extra clutter.

The main use case is loading or playing moves on the board and seeing real time engine evaluation from any modern chess engine that runs locally. There should be a settings area where I can browse to an engine file on my computer and connect it, like Stockfish or any other UCI engine. Once selected, analysis should start right away.

Please include a visual win probability bar and colored advantage arrows on the board that change based on how big the eval swing is. It should work offline as a Windows desktop app and be packaged so I can build an executable.

Keep the interface polished but stripped down. If you need details for engine integration or packaging, look up current docs online.

Want more depth? Deep Reverse