Get the latest version of Keyspace for your platform.
Version 1.0.0 (January 15, 2024)
Download v1.0.0 | Release Notes
| Package | Size | Download | Requirements |
|---|---|---|---|
| Installer (.exe) | 45 MB | Download | Windows 10/11 |
| Portable (.zip) | 43 MB | Download | Windows 10/11 |
| Source Code | - | Source | Python 3.8+ |
Installation:
- Download the installer
- Run the .exe file
- Follow the setup wizard
- Launch from Start Menu or Desktop
wget https://github.com/tworjaga/keyspace/releases/download/v1.0.0/keyspace_1.0.0_amd64.deb
sudo dpkg -i keyspace_1.0.0_amd64.deb
sudo apt-get install -fwget https://github.com/tworjaga/keyspace/releases/download/v1.0.0/keyspace-1.0.0-1.x86_64.rpm
sudo rpm -i keyspace-1.0.0-1.x86_64.rpmyay -S keyspace| Package | Size | Download |
|---|---|---|
| AppImage | 48 MB | Download |
chmod +x keyspace-1.0.0-x86_64.AppImage
./keyspace-1.0.0-x86_64.AppImage| Package | Size | Download | Requirements |
|---|---|---|---|
| DMG (Intel) | 50 MB | Download | macOS 10.14+ |
| DMG (Apple Silicon) | 48 MB | Download | macOS 11+ |
| Homebrew | - | brew install keyspace |
macOS 10.14+ |
Installation (DMG):
- Download the DMG file
- Open it
- Drag to Applications folder
- Allow in System Settings > Privacy & Security
docker pull tworjaga/keyspace:latest
docker run -it --rm tworjaga/keyspaceOr use Docker Compose:
git clone https://github.com/tworjaga/keyspace.git
cd keyspace
docker-compose up -dpip install keyspacebrew tap tworjaga/keyspace
brew install keyspacechoco install keyspacesudo snap install keyspace- Python 3.8+
- pip
- Git
# Clone repository
git clone https://github.com/tworjaga/keyspace.git
cd keyspace
# Create virtual environment
python -m venv venv
# Activate (Windows)
venv\Scripts\activate
# Activate (Linux/macOS)
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run
python main.pyDownload latest development build
Warning: Development builds may be unstable.
Verify your download with SHA-256 checksums:
keyspace-1.0.0-windows.exe: a1b2c3d4e5f6...
keyspace_1.0.0_amd64.deb: b2c3d4e5f6g7...
keyspace-1.0.0-intel.dmg: c3d4e5f6g7h8...
All releases are signed with our GPG key:
# Import our public key
gpg --keyserver keyserver.ubuntu.com --recv-key YOUR_KEY_ID
# Verify signature
gpg --verify keyspace-1.0.0-windows.exe.sig- OS: Windows 10, Ubuntu 18.04, macOS 10.14
- RAM: 4 GB
- Storage: 500 MB
- Display: 1280x720
- OS: Windows 11, Ubuntu 22.04, macOS 13
- RAM: 16 GB
- Storage: 2 GB
- Display: 1920x1080
Slow download?
- Try using a download manager
- Use GitHub mirror: mirror.example.com
Download interrupted?
- Resume with:
wget -c <url> - Or use browser's resume capability
Corrupted file?
- Verify checksum
- Re-download the file
- Try alternative mirror
See INSTALL.md for detailed troubleshooting.
- GitHub: Watch the repository for releases
- Email: Subscribe to newsletter
- RSS: Releases feed
- Twitter: @keyspace
The application can check for updates automatically:
- GUI: Help > Check for Updates
- CLI:
keyspace --check-update
| Version | Date | Download |
|---|---|---|
| 0.9.0 | 2023-12-01 | Download |
| 0.8.0 | 2023-10-15 | Download |
Long-term support versions for enterprise users:
| Version | Support Until | Download |
|---|---|---|
| 1.0.x LTS | 2026-01-15 | Download |
- GitHub: github.com/tworjaga/keyspace
- SourceForge: sourceforge.net/projects/keyspace
Need help with installation?
Ready to install? → Installation Guide
New user? → Quick Start Guide