Statistics without the statistics software.

Ask about your data in plain language. Blade picks the test and runs it in R on your machine. You get APA output, assumption checks, and the script behind them.

Get Blade macOS and Windows, beta
Blade Desktop showing a linear regression panel, an ROC curve with logistic regression odds ratios, and a structural equation model path diagram, alongside the project files it generated.
One session: regression diagnostics, an ROC curve, an SEM path diagram. Every script stayed in the folder.
46statistical procedures, descriptives through SEM
Rruns the arithmetic behind every result
0data files uploaded anywhere

The dialog box was never the hard part.

Picking the right test is the work. So is checking you were allowed to run it. So is running it again next year on new data.

 Point-and-click stats softwareBlade
Getting to a result Find the menu, fill in the dialog, hope the defaults are right. Describe the question in a sentence.
Choosing the test You have to know before you start. Blade proposes a method and says why that one.
Assumptions A separate menu you have to remember to open. Checked and reported next to the result.
Reproducing it Only if you saved the syntax yourself. Every analysis leaves runnable R in the folder.
Your data Imported into the tool's own world. Read in place. CSV, Excel, .sav, Parquet.

Point at a folder, ask, read the output.

  1. Open the folder your data already lives in

    No import step and no project format. Blade reads the files where they sit. Output lands beside them.

  2. Ask the question the way you would ask a colleague

    Blade reads the variables and picks a method. It tells you what it chose before running anything.

    "Does the treatment group still differ on the outcome once I control for baseline score and age?"

  3. Read the result, then take it with you

    You get APA output, tables, plots, assumption checks, and a plain reading of what it means. The R syntax sits underneath. Export any of it.

Forty-six procedures, all of them real R.

Each one is a tool the agent calls against an R engine. The model picks which to run and reads the output. It never produces the numbers.

Describe and explore

DescriptivesFrequenciesCrosstabs ExploreMeans by groupMissing data RecodeCompute

Compare groups

Independent t-testPaired t-testOne-sample t-test One-way and factorial ANOVARepeated measures ANOVA MANOVAMann-WhitneyKruskal-Wallis Wilcoxon signed-rankSign testFriedman McNemarCochran's Q

Relationships and models

Pearson, Spearman, KendallPartial correlation Linear regressionLogistic regression Ordinal regressionMultinomial regression ProbitCurve estimationMixed models

Structure and scales

Exploratory factor analysisPCA Structural equation modellingReliability, Cronbach's alpha K-meansHierarchical clustering Discriminant analysisMultidimensional scaling Correspondence analysisLDA topic models

Categorical

Chi-square goodness of fitBinomial test Loglinear modelsRuns test Kolmogorov-SmirnovFisher's exact

Time, risk, synthesis

Kaplan-MeierCox regressionROC curves AutocorrelationARIMAMeta-analysis

The model writes the call. R computes the answer.

Nothing is estimated by a language model

A p-value in Blade came out of an R procedure. It is the same one you would run by hand. The model chooses the procedure and explains what came back.

When R complains, you see it

Convergence warnings, singular fits and violated assumptions come through instead of being smoothed over. An analysis that failed says so.

The syntax stays behind

Every analysis writes runnable R into your folder. Hand it to a supervisor, a reviewer or a statistician. They can check the work without Blade.

Your machine, your files

Blade runs on the R and Python already installed on your computer, in a folder you pick. Your data files are never uploaded. Every file write and shell command waits for your approval.

The hosted API plans the work and holds the model keys. It stores the session transcript and nothing from your workspace.

It does the mechanics, you own the claim

Blade is quick at the mechanical part. It cannot judge whether your design supports the conclusion. That stays yours.

Then keep it

Save an analysis as a workflow. Next term it runs on the new data in one click. Or it goes to a colleague as a single file.

See how workflows work →

Download Blade Desktop 0.2.2

Beta. Blade needs R, checks for it on first launch, and can install R and Python for you.

macOS: signed and notarized by PT Skala Teknologi Nusantara, so it opens normally. Windows: not signed yet, so SmartScreen warns once. Click More info, then Run anyway. Linux is not published yet.

Before you download.

Do I need to know R?

No. You ask in plain language and read the explanation. The R is there for when someone asks to see your work. It runs on its own.

Will it open my SPSS files?

Yes. SPSS .sav files read through R, along with CSV, TSV, Excel and Parquet. Variable and value labels survive.

Can I trust a language model with statistics?

Not with the arithmetic, which is why it never does any. The model picks the procedure and reads the output. R computes the result. You see both the choice and the syntax.

Does my data leave my computer?

Your data files stay in your folder. The hosted API plans the analysis and stores the session transcript. It never receives your datasets. Every write and command asks first.

Is this a replacement for a statistician?

It replaces the hours lost to menus, syntax and reformatting output. It cannot judge whether your design supports your conclusion. It will say when a question is beyond the data.

What about Linux?

Not published yet. The macOS and Windows builds are above.