Gozim was created with the ambition to give unlimited access to knowledge to as many people possible in any imaginable context.
In short, Gozim gives you a copy of the full Wikipedia library accessible offline at all times on your computer.
Think about accessing any wikipedia article you might need during a power outage, a remote expedition, a natural disaster, or during a visit to an internet-restricted country! Thanks to Gozim, any classroom in the world could potentially access and work on Wikipedia, free of any internet connexion.
Thanks to the Kiwix, a full dump of all Wikipedia entries in different languages is provided in a single file.
Around 40GB for the entire English version of Wikipedia.
Gozim is capable of reading that file and serve it via HTTP, even on very small servers (Raspberry Pi).
With a 25$ 64GB USB key and a 35$ Raspberry Pi, you have enough power to serve multiple users at once.
As it serves regular web pages, it works with any WIFI/HTTP capable clients: OLPC, cheap tablets, smartphones...
It's written in Go language and the indexer is using Bleve
gozimindex -path=yourzimfile.zim -indexPath=yourzimfile.idx
this gives you a full text search on the article's titlesgozimhttpd -path=yourzimfile.zim -index=yourzimfile.idx
and launch your browser to http://yourip:8080