Space cloak is an experimental project aims to provide minimal supplement for hardening linux with a few shell scripts
Space cloak is produced independently of, with no guarantee from, Arch Linux or The Tor project. Hidden cloak is created by a few individuals in their spare time. Hidden cloak was created by self-taught hobbyists in their spare time, without the backing of any particular formal certification or training. Although Hidden cloak attempts to be usable as possible, there are many ways in which it fails.
It is recommended to install this in a Virtualization software like KVM or virtualbox.
First, boot with the lastest Arch Linux ISO in Virtualbox or KVM
For some reasons, if you are planning to install this on bare metal then make sure you have Internet connection on the Arch iso. If you have a wireless connection the iwctl
command might be useful to you. You can also read the Network configuration from the Arch Linux guide for more detailed instructions.
Install Git then clone this repo.
To, launch the script:
chmod +x base.sh && ./base.sh
- user-centrality. (because, arch linux)
There are already some great hardened distributions like whonix focussing on providing privacy, security and anonymity.
- Yes, space cloak is bascially some shell scripts that runs top of arch linux, you can always start tikering with it. It is up to the user and their threat model whether to use it or not. There are many ways in which it fundamentally fails.
- In the beginning, space cloak was just an install script for arch linux with encryption by default (everything automated) and later we decided to tinker with it and we took a step further to improve by implementing more security and privacy oriented features.
- Space cloak lacks major privacy and security enhancement like Keystroke Deanonymization, Boot Clock Randomization, System wide tor routing, Hardened memory allocator, A hardened kernel and much more, But still you can implement it, if you have the knowledge or literally start learning by doing this process. In the long run this will definitely benefit you.
- It is lightweight, minimal, rolling release and just a personal preference nothing else, it is not used for security.
- These shell scripts are not written with arch linux in mind. (except the base install script which is heavily tailored towards arch linux, but still you can modify them with ease) You can always port these shell scripts to your distribution of choice, these scripts are written with great readability and less complexity. (most of them are one liners and small functions) So being minimal and less prone to bloat will reduce headaches while maintaining the whole thing. For example, if you are planing to use this in a non systemd distro like artix linux, all you have to do is replace some random line here and there.
- These scripts are modular, not heavily integrated to each other in any manner. Tinker with them and use it as you wish
-
Base installation with encryption (fully automated)
-
Uses wayland instead of Xorg (sway window manager in our case)
-
Strong firewall rules
-
Strong apparmor profiles (ongoing effort)
-
System wide hardening (ongoing effort)
Maintained by yperta, S-thirtyfive and Mr-mittens
Thanks to
Your pull requests are always welcome