Skip to content

The Anweddol client implementation, allows clients to access any Anweddol server services via CLI interface.

License

Notifications You must be signed in to change notification settings

the-anweddol-project/Anweddol-client

Repository files navigation

Anweddol-client


Introduction

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.

Content

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.

Installation

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 . 

Configuration

The Anweddol client implementation does not require specific setup to run.

Just execute :

$ anwdlclient -h

to get the help page.

Documentation

You can retrieve the user guide on the readthedocs page.

See also the Anweddol client API references on the client Developper documentation page.

Bugs & New ideas

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.

License

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.

Developper / Maintainers list

Copyright 2023 The Anweddol project