Releases: SenseiIssei/Sensei
Release list
v0.1.19
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Strip tag characters and variation selectors by @SenseiIssei in #126
- Release 0.1.19 by @SenseiIssei in #127
Full Changelog: v0.1.18...v0.1.19
v0.1.18
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Stop deleting sentences nobody asked to delete by @SenseiIssei in #124
- Release 0.1.18 by @SenseiIssei in #125
Full Changelog: v0.1.17...v0.1.18
v0.1.17
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Put the Rust accelerator in the binary people actually install by @SenseiIssei in #121
- Release 0.1.17 by @SenseiIssei in #122
- Skip the invisible-character scan on ASCII, and fix the macOS accelerator build by @SenseiIssei in #123
Full Changelog: v0.1.16...v0.1.17
v0.1.16
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Revert the cached-prefix protection; it solved nothing and cost everything by @SenseiIssei in #119
- Release 0.1.16 by @SenseiIssei in #120
Full Changelog: v0.1.15...v0.1.16
v0.1.15
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Never rewrite what the provider is caching by @SenseiIssei in #117
- Release 0.1.15 by @SenseiIssei in #118
Full Changelog: v0.1.14...v0.1.15
v0.1.14
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Local servers are not hosted providers by @SenseiIssei in #115
- Release 0.1.14 by @SenseiIssei in #116
Full Changelog: v0.1.13...v0.1.14
v0.1.13
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Name the tool when a row has no model by @SenseiIssei in #113
- Release 0.1.13 by @SenseiIssei in #114
Full Changelog: v0.1.12...v0.1.13
v0.1.12
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Update an existing block instead of leaving it forever by @SenseiIssei in #111
- Release 0.1.12 by @SenseiIssei in #112
Full Changelog: v0.1.11...v0.1.12
v0.1.11
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- One ledger per machine, and let MCP write to it by @SenseiIssei in #108
- More providers, easier local models, and Codex without breaking its login by @SenseiIssei in #109
- Release 0.1.11 by @SenseiIssei in #110
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Install
pipx install sensei-gateway # any platform, needs Python 3.11+
brew install senseiissei/tap/sensei # macOS, Linux
winget install SenseiIssei.Sensei # Windows
scoop install sensei # Windows, portableOr take a single file that needs no Python at all:
| Platform | File |
|---|---|
| Windows 10/11 x64 | sensei-windows-x64.exe (or .zip) |
| macOS (Apple silicon) | sensei-macos-arm64.dmg (or .tar.gz) |
| macOS (Intel) | sensei-macos-x86_64.dmg (or .tar.gz) |
| Linux x86_64 | sensei-linux-x86_64.AppImage, .deb, .rpm, .tar.gz |
| Docker | ghcr.io/senseiissei/sensei-backend:latest |
| VS Code | sensei.vsix |
Then:
sensei up # start the server, open the web UI
sensei setup-tools # point the AI tools on this machine at itThese builds are not code-signed
Sensei has no Apple Developer account or Windows code-signing
certificate yet, so:
- macOS shows "cannot be opened because the developer cannot be
verified". Right-click the app and choose Open, or run
xattr -d com.apple.quarantine /path/to/sensei. - Windows shows a SmartScreen warning. Click More info ->
Run anyway.
Verify what you downloaded instead of trusting the warning dialog:
sha256sum -c SHA256SUMS --ignore-missingEvery artifact is also signed with Sigstore. Verify one with:
pip install sigstore
sigstore verify identity \
--cert-identity-regexp 'https://github.com/SenseiIssei/Sensei/.*' \
--cert-oidc-issuer https://token.actions.githubusercontent.com \
sensei-linux-x86_64.AppImageWhat's Changed
- Point MCP clients at the console binary, not the windowed one by @SenseiIssei in #106
- Release 0.1.10 by @SenseiIssei in #107
Full Changelog: v0.1.9...v0.1.10