relysam is a comprehensive relysam is a Core Reliability Engineering platform with AI/ML enhancements designed for engineers and organizations involved in reliability engineering, safety analysis, and risk assessment. This platform combines traditional reliability engineering methodologies with advanced artificial intelligence to provide powerful tools for predictive maintenance, failure analysis, and risk assessment.
Repository: https://codeberg.org/0ai/relysam License: GPL-3.0 and GFDL-1.3 Platform: FreeBSD optimized with Python 3.11 compatibility
Version 1.0
FreeBSD
Python 3.11
๐ Key Features for Reliability Engineers
๐ง Reliability Analysis Tools
๐ Weibull Analysis
Advanced life data analysis with multiple distribution fitting
๐๏ธ MIL-HDBK-217F
Military reliability prediction methodology (for reference calculations, not certification)
For detailed installation instructions, please refer to our INSTALLATION.md guide.
๐ Instant Deployment (Virtual Machine)
For a quick start, we provide Golden QEMU Images based on FreeBSD 15.0. These images include the relysam codebase and most system dependencies pre-installed.
โ ๏ธ Important Notes for VM Users:
Post-Boot Setup Required: After launching the VM, you must manually run database and AI model generation scripts inside the ~/relysam directory.
Incomplete AI Stack:tensorflow and keras are not pre-installed due to FreeBSD 15.0 build/link errors.
Native Recommendation: For the full experience with all AI features, we highly recommend a native FreeBSD 15.0 installation.
Python Version: Python 3.11 (default Python on FreeBSD 15.0)
Permissions: Root access (sudo privileges) to install system packages
Storage: Approximately 4GB free disk space for installation
Memory: 8GB RAM recommended for AI model processing
โ๏ธ Installation Steps
For a complete, step-by-step installation guide, including detailed system requirements, package groups, virtual environment setup, AI model generation, and database initialization, please refer to the comprehensive INSTALLATION.md.
Access the web interface at: http://localhost:8000 Default accounts: admin/admin123, guest/guest123
Recommended: Use the automated installation script: sudo ./install.sh
This script handles all steps automatically, including an optional prompt to import full reference data (approx. 163 rows, see `data/seed/seed_manifest.json`).
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) and GNU Free Documentation License v1.3 (GFDL-1.3). See the LICENSE_GPL and LICENSE_GFDL files for details.