Nori is a free and open source Android image search client with support for various third-party APIs.
If you're interested in contributing to Nori, have any questions or just want to hang out, join us on the official Discord server.
If you wish to get it directly from us, we publish APKs for each release on GitHub.
To build Nori, first make sure you have cloned the repository recursively to also get a copy of norilib, our API client library:
$ git clone https://github.com/tjg1/nori
Providing you have the Java JDK and Android SDK installed on your computer, you should now be able to use the Gradle wrapper to build Nori:
$ cd nori
$ ./gradlew build
You can also use Android Studio to build Nori.
If you would like to help keep Nori free (and free of ads) by supporting its continued development, you can do so by making a monthly pledge to my Patreon account.
Alternatively, you can make a one-off donation to my PayPal account.
Thanks to JetBrains for providing a free IntelliJ IDEA Ultimate Edition license for improving Nori and Norilib.