Anweddol is a client/server system providing temporary, SSH-controllable virtual machines to enhance anonymity online.
It’s usefulness comes when someone wants to use a fully functional computer while being exposed to less dangers by using it remotely on a dedicated server, and by destroying it after use.
This repository contains :
- The Anweddol client core features source code ;
- The Anweddol client CLI implementation source code ;
To get the server source code, see the Anweddol server repository.
Clone the client source code repository :
$ git clone https://github.com/the-anweddol-project/Anweddol-client.git
$ cd Anweddol-client
Install it with pip :
Linux :
$ pip install .
Windows :
$ py -m pip install .
The Anweddol client implementation does not require specific setup to run.
Just execute :
$ anwdlclient -h
to get the help page.
You can retrieve the user guide on the readthedocs page.
See also the Anweddol client API references on the client Developper documentation page.
Anweddol is a community-driven project : You are free to bring new ideas, enhancement, report malfunctions or bugs, regardless of your competences.
Open a ticket on the issue page to do so.
This software is under the MIT license.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
- Darnethal0z (GitHub profile)
Copyright 2023 The Anweddol project