Skip to content

ckin-it/minedive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minedive

Overview

minedive is a P2P privacy conscious distributed search engine embedden in a browser extension.

The source for minedive-server isn't located no more in its own repository: godive but it's available in this repo in mined

Installation (Chrome or Chromium)

minedive can be installed through the Chrome Web Store.

Installattion (Firefox)

minedive can be installed through the Firefox Browser Add-ons website.

Installation (from sources, on Chrome and Chromium)

from this repository using the following procedure:

  • clone this repository
  • build minedive.wasm (with make it will be automatically copied inside the browser extension)
  • go to chrome://extensions on your Chrome browser
  • turn on developer mode if not already on
  • load unpacked extension from the browser_extension directory

Documentation

More documentation about design and usage can be found in the Wiki