macOS
brew install tinysvmlocal Homebrew formula metadata
sudo port install TinySVMMacPorts ports tree · math/TinySVM/Portfile · source: api.github.com
brew
Support vector machine library for pattern recognition. Version 0.09 via Homebrew; verified 2026-06-19.
install
brew install tinysvmlocal Homebrew formula metadata
sudo port install TinySVMMacPorts ports tree · math/TinySVM/Portfile · source: api.github.com
overview
Support vector machine library for pattern recognition
history
TinySVM is an early-2000s C++ support vector machine package by Taku Kudo for pattern-recognition work. It shipped both library APIs and small command-line tools, which is why it survives as a niche package-manager artifact long after the mainstream machine-learning world moved toward larger Python-centered stacks.
The official TinySVM page describes it as an implementation of Support Vector Machines for pattern recognition, citing Vapnik's SVM work and positioning SVMs as then-new statistical learning algorithms for practical tasks such as text categorization and handwritten character recognition. Its own examples identify the package as 'TinySVM - tiny SVM package' and show a 2000 copyright line in the learner output.
The release notes show active development from at least January 2001 through August 2002. During that period TinySVM added support vector regression, Ruby bindings, RBF/Neural/ANOVA kernels, SWIG-based Perl and Ruby bindings, Python and Java interfaces, incremental training support, one-class SVM support, Mac OS X support, and Windows compiler support.
TinySVM was distributed in a very package-nerd friendly way for its era: source tarballs, Red Hat 6.x and 7.x RPM/SRPM directories, Windows binaries, and anonymous CVS checkout instructions from the author's site. The official page says development used CVS and invited users to join CVS-based development.
TinySVM's adoption appears to have been strongest among early SVM users who wanted a small Unix/Windows package with command-line tools and language bindings. The official feature list emphasizes sparse vectors, tens of thousands of training examples, hundreds of thousands of feature dimensions, LRU cache storage for Gram matrices, and optimizations inspired by SVM_light.
In modern package-manager culture it is mostly a preserved scientific-computing tool. The input metadata lists Homebrew and MacPorts packages, which suggests its current visibility is strongest among users maintaining old pipelines, comparing classic SVM implementations, or needing the exact svm_learn/svm_classify/svm_model command set.
The command-line workflow is train, classify, and inspect: svm_learn reads training data and writes a model, svm_classify evaluates or interactively classifies test examples using that model, and svm_model displays model properties such as margin, VC dimension, and support-vector counts.
TinySVM accepts the same sparse training-data representation as SVM_light, using class labels followed by feature:value pairs. The official docs call out this format because it can represent large sparse feature vectors, an important fit for text and pattern-recognition workloads of the time.
TinySVM matters to package nerds as a compact fossil from the pre-scikit-learn era: a tarball/CVS-era ML library with CLI programs, RPMs, Windows binaries, and multiple scripting-language bindings. It is small enough to package, old enough to need compatibility care, and recognizable by its SVM_light-style data format.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
svm_classify | cli | global executable | |
svm_learn | cli | global executable | |
svm_model | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
http://chasen.org/~taku/software/TinySVM/
install metadata
| Package key | brew:tinysvm |
|---|---|
| Version | 0.09 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tinysvm |
| Homepage | http://chasen.org/~taku/software/TinySVM/ |
| Upstream docs | http://chasen.org/~taku/software/TinySVM |
| License | LGPL-2.1-or-later |
| Source archive | https://cdn.netbsd.org/pub/pkgsrc/distfiles/TinySVM-0.09.tar.gz |
| Last updated | 2026-06-19T12:33:03-07:00 |
| Pulse | updated |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tinysvm |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
TinySVM
sudo port install TinySVMsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.