latin-lexicon is a simple web interface to Wiktionary which only returns the Latin results and is intended to be friendly for a wide range of displays.
Simply clone the repo and run a local webhost in the latin-lexicon
directory, for instance with python the whole process can be done with the commands
git clone https://github.com/dominicprice/latin-lexicon
cd latin-lexicon
python3 -m http.server 8000
and then opening a web browser and going to localhost:8000
.