Nori is a free and open source Android image search client with support for various third-party APIs.
Note: This project is no longer in active development, and has been put into maintenance mode. No new features will be added. If you would like to fork it and continue development, feel free to, and I'm happy to help out in any way that I can. -- tjg
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.
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.