Skip to content

DIVERSIFY-project/blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blink

Welcome to the Blink repository!
Here, you will find the complete source code of our project.
If you want to know more about Blink, follow this link.
If you are interested in building your own Blink virtual machine, go here.

How to launch Blink?

In order to launch Blink, you need:

  • the Blink directories installed on your hard drive (To do so, you can extract the zip file that is at the root of this repository)
  • a populated database of fonts, plugins and browsers
  • a pool of virtual machines completely configured for Blink (For details relating to the creation of your own Blink virtual machines, click here)

Then, when everything is set up, you can start Blink and you can synthesize a new browsing environment by launching the mainHost.py script located at the root of your own Blink directory (Python 3 and dbus required).
For Fedora: sudo yum install python3 python3-dbus
For Ubuntu/Debian: sudo apt-get install python3 python3-dbus