
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
A secure, blockchain-native email system built on the Evrmore blockchain, providing encrypted, decentralized communication.
⚠️ IMPORTANT: Work In Progress ⚠️
EvrMail is currently under active development and not yet ready for production use. Features may be incomplete, contain bugs, or change significantly before release. Use at your own risk and only on test environments.
EvrMail is a revolutionary email system that bridges the gap between blockchain and traditional email. Unlike conventional email services that rely on centralized servers, EvrMail leverages the Evrmore blockchain and IPFS to create a decentralized, secure, and censorship-resistant communication platform.
✅ Completed (v0.1.0):
🔄 In Progress (v0.2.0 - Q3 2025):
🚧 Coming Soon (v0.3.0 - Q4 2025):
🔮 Future Roadmap (v1.0 and beyond):
EvrMail uses a clean, modular architecture:
# Create virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install EvrMail
pip install evrmail
IPFS Node: EvrMail requires IPFS for message storage. On first run, EvrMail will offer to install and configure IPFS for you automatically.
Evrmore Wallet: You'll need an Evrmore wallet with some EVR for transaction fees.
Evrmore Asset: To send messages, you need to own an Evrmore asset that will function as your outbox.
# Start EvrMail - it will help you set up IPFS if needed
evrmail
# Or manually install IPFS if you prefer
evrmail ipfs install
evrmail ipfs start
# Create a wallet
evrmail wallets create
# Create an address for receiving messages
evrmail receive MyInbox
# Get your public key to share with contacts
evrmail addresses get MyInbox
# Add a contact
evrmail contacts add <ADDRESS> <PUBKEY> --friendly-name "Alice"
# Set an asset as your outbox (you must own this asset)
evrmail outbox set <YOUR_ASSET_NAME>
# Start the GUI application
evrmail
# Or use CLI commands:
evrmail --help
evrmail # Start the GUI application
evrmail --nodejs # Start GUI in nodejs development mode
evrmail --help # Show all commands and options
# Wallet Management
evrmail wallets # 💼 Manage your Evrmore wallets
evrmail wallets create # Create a new wallet
evrmail wallets list # List existing wallets
evrmail wallets import # Import an existing wallet
# Address Management
evrmail addresses # 🏷️ Manage addresses and keys
evrmail addresses create # Create a new address
evrmail addresses list # List your addresses
evrmail addresses get # Get details for an address
# Balance & Transactions
evrmail balance # 💳 Show EVR or asset balances
evrmail send # 🚀 Send EVR, assets, or metadata messages
# Contacts Management
evrmail contacts # Manage your EvrMail contacts and contact requests
evrmail contacts add # Add a new contact
evrmail contacts list # List your contacts
evrmail contacts remove # Remove a contact
# Messaging
evrmail receive # 📥 Receive messages
# IPFS Management
evrmail ipfs # Manage IPFS install and operation
evrmail ipfs install # Install IPFS
evrmail ipfs start # Start IPFS daemon
evrmail ipfs stop # Stop IPFS daemon
# Development & Debugging
evrmail dev # 🔧 Developer tools
evrmail logs # Access and filter EvrMail logs
For detailed help on any command, use:
evrmail [COMMAND] --help
# Clone the repository
git clone https://github.com/ManticoreTech/evrmail.git
cd evrmail
# Install dependencies
pip install -r requirements.txt
# Run in development mode
python -m evrmail dev
Manticore Technologies® is a registered trademark.
© 2025 Manticore Technologies®
EvrMail is a product of Manticore Technologies®. All rights reserved.
FAQs
Encrypted messaging over Evrmore
We found that evrmail demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.