Professional-grade PCA analysis made simple. A comprehensive suite of tools including a powerful command-line interface and intuitive desktop applications.
What is GoPCA Suite?
GoPCA Suite makes Principal Component Analysis (PCA) accessible to everyone through professional-grade, user-friendly tools that are completely free and open source. PCA is one of the most versatile and interpretable machine learning methods for understanding complex data, and GoPCA Suite removes the barriers to using it effectively. As an added benefit, all processing happens locally on your machine, ensuring your data never leaves your computer.
The suite provides three powerful tools that work together seamlessly:
- GoPCA Desktop - Interactive visual analysis and exploration
- pca CLI - Scriptable command-line interface for automation
- GoCSV Desktop - Data preparation with an Excel-like interface
Whether you're analyzing spectroscopic data, exploring gene expression patterns, or reducing dimensionality in machine learning pipelines, GoPCA Suite delivers enterprise-grade analysis while maintaining complete data sovereignty.

GoPCA Desktop
Perfect for interactive data exploration, method development, and teaching.

Key GoPCA Desktop Features:
- Interactive visualizations with zoom, pan, and export
- Real-time plot updates as you adjust parameters
- Confidence ellipses for group visualization
- Customizable color palettes for different data types
- Light and dark themes for comfortable viewing
The pca CLI
Ideal for automation, batch processing, and integration into data pipelines.
# Analyze your data with a single command
pca analyze --components 3 --scale standard --output-dir results/ data.csv
# Validate data before analysis
pca validate spectra.csv
# Apply a saved PCA model to new data
pca transform model.json new_data.csv
# Transform with output options
pca transform -f json -o results/ model.json new_samples.csv
GoCSV Desktop
Clean and prepare your data with an intuitive spreadsheet-like interface.

GoCSV Desktop Features:
- Edit cells directly like in Excel
- Add, remove, or reorder columns
- Multi-step undo/redo functionality
- Column type detection (numeric, categorical, target)
- Real-time validation against pca CLI requirements
- Missing value detection and handling
- Export clean CSV files ready for PCA analysis
Key Features
Comprehensive Analysis
- Multiple algorithms:
- SVD (default) - Fast and accurate for complete data
- NIPALS - Handles missing data gracefully
- Kernel PCA - For non-linear relationships
- Flexible preprocessing:
- Mean centering and scaling
- Robust scaling for outlier resistance
- SNV (Standard Normal Variate) for spectroscopy
- Vector normalization
- Missing data strategies: Drop, mean imputation, or iterative methods
Professional Visualizations

Available Visualizations:
- Scores plots - View samples in PC space with group coloring and confidence ellipses
- Loadings plots - Understand variable contributions to each component
- Scree plots - Determine optimal number of components
- Biplots - See samples and variables together with confidence ellipses
- Circle of Correlations - Visualize variable relationships on unit circle
- Diagnostic plots - Detect outliers with T² vs Q residuals
- Eigencorrelation plots - Explore correlations between PCs and original variables
All visualizations feature:
- Export to PNG for publications
- Interactive tooltips with detailed information
- High quality color palettes (qualitative and sequential)
- Full-screen mode for presentations
- Optional row labels for identifying specific data points

Built for Real Work
- Example datasets included: Four interesting datasets for immediate exploration
- Handles real-world data: Robust to missing values, mixed scales, and outliers
- Smart defaults: Automatic parameter selection based on your data
- Cross-platform: Native performance on Windows, macOS, and Linux
- Fast: Optimized implementations handle large datasets efficiently
- Themeable: Light and dark modes for comfortable extended use
Privacy & Security
GoPCA Suite is designed with privacy and security as fundamental principles:
100% Local Processing
All computations happen exclusively on your machine. There are no cloud services, external servers, or remote processing involved. Your data is processed where it lives - on your computer.
Complete Data Sovereignty
Your data never leaves your computer. We don't upload, transmit, or share any of your data, results, or usage patterns. What you analyze stays with you.
Zero Telemetry
- No usage analytics or metrics collection
- No crash reporting to external services
- No feature tracking or user behavior monitoring
- No automatic updates that phone home
No External Dependencies
- Works completely offline - no internet connection required
- No API calls to external services
- No third-party analytics or tracking libraries
- No hidden connections or background communications
Open Source Transparency
The entire codebase is open source and publicly auditable on GitHub. You can review every line of code to verify our privacy commitments. We believe transparency builds trust.
Compliance Ready
Perfect for organizations with strict data governance requirements, including:
- GDPR compliance (data remains under your control)
- HIPAA environments (no data transmission risks)
- Corporate policies restricting cloud services
- Research requiring data isolation
Getting Started
GoPCA Desktop Application
- Download the latest release for your platform from GitHub Releases
- Launch GoPCA Desktop
- Try an example - Select one of the example datasets (NIR, Iris, Wine, or Swiss roll)
- Or load your data - Click "Open CSV" to load your own file
- Configure preprocessing - Choose centering, scaling, and other options
- Click "Go PCA!" - Explore results interactively
[Screenshot placeholder: Step-by-step workflow visualization]
Data Preparation with GoCSV Desktop
- Launch GoCSV Desktop from the GoPCA Suite installation folder
- Open your raw CSV file or paste data from clipboard
- Clean your data:
- Remove empty rows/columns
- Fix inconsistent headers
- Handle missing values
- Validate column types
- Transform features (e.g., log, sqrt)
- Save the cleaned file
- Open in GoPCA Desktop with one click
macOS Security Note
When downloading GoPCA Desktop and GoCSV Desktop from GitHub releases, macOS may apply security measures that prevent the apps from detecting each other. This happens because macOS runs downloaded apps from a temporary, randomized location (App Translocation) for security.
Solutions:
- Move both apps to Applications: Drag both GoPCA.app and GoCSV.app to your Applications folder before launching
- Keep apps together: Always keep both apps in the same folder (Applications, Downloads, or Desktop)
- Alternative launch method: Right-click the app and choose "Open" instead of double-clicking
Command-Line Interface
# Download the latest release
wget https://github.com/bitjungle/gopca/releases/latest/download/pca
chmod +x pca
# Basic analysis with automatic settings
./pca analyze mydata.csv
# Advanced analysis with custom parameters
./pca analyze \
--components 4 \
--scale standard \
--preprocessing snv \
--format json \
--output-dir results/ \
mydata.csv
# Validate your data first
./pca validate mydata.csv
# Apply a trained model to new samples
./pca transform trained_model.json new_samples.csv
# Transform with custom output and metrics
./pca transform \
--format json \
--output-dir predictions/ \
--include-metrics \
model.json test_data.csv
Use Cases
Chemometrics & Spectroscopy
Analyze NIR, FTIR, Raman, or UV-Vis spectroscopic data to identify chemical patterns, detect adulterants, or monitor reactions. The SNV preprocessing option is specifically designed for spectroscopic data.
Explore gene expression, proteomics, or metabolomics data to find biological patterns, identify biomarkers, or understand disease mechanisms. Handle high-dimensional data with thousands of variables.
Quality Control & Process Monitoring
Monitor industrial processes in real-time, detect anomalies before they become problems, and understand the relationships between process variables. Use diagnostic plots to identify out-of-specification samples.
Data Science & Machine Learning
Reduce dimensionality before classification or regression, explore feature relationships, visualize high-dimensional clusters, or compress data while preserving variance. Export transformed data for use in other ML pipelines.
Education & Research
Teach multivariate statistics with interactive visualizations, explore research data with publication-ready plots, or demonstrate the power of dimensionality reduction with real examples.
Documentation
System Requirements
- Windows: 64-bit Windows (where Go and Wails are supported)
- macOS: Intel and Apple Silicon Macs (where Go and Wails are supported)
- Linux: 64-bit distributions (where Go and Wails are supported)
Desktop Applications (GoPCA Desktop & GoCSV Desktop)
- Require a graphical environment
- Modern web browser engine (uses system WebView)
- Screen resolution that can display the application window
Command-Line Interface
- Works on any platform where Go binaries can run
- No graphical environment required
Note: Memory and disk requirements depend on your dataset size. The applications themselves are lightweight (~50-100MB), but processing large datasets will require corresponding RAM.
License
GoPCA Suite is open-source software licensed under the MIT License. However, the author respectfully requests that it not be used for military, warfare, or surveillance applications.