The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
name: string
version: string
type: string
scripts: struct<dev: string, build: string, preview: string>
child 0, dev: string
child 1, build: string
child 2, preview: string
dependencies: struct<react: string, react-dom: string>
child 0, react: string
child 1, react-dom: string
devDependencies: struct<@vitejs/plugin-react: string, vite: string>
child 0, @vitejs/plugin-react: string
child 1, vite: string
requires: bool
lockfileVersion: int64
packages: struct<: struct<name: string, version: string, dependencies: struct<react: string, react-dom: string (... 18790 chars omitted)
child 0, : struct<name: string, version: string, dependencies: struct<react: string, react-dom: string>, devDep (... 62 chars omitted)
child 0, name: string
child 1, version: string
child 2, dependencies: struct<react: string, react-dom: string>
child 0, react: string
child 1, react-dom: string
child 3, devDependencies: struct<@vitejs/plugin-react: string, vite: string>
child 0, @vitejs/plugin-react: string
child 1, vite: string
child 1, node_modules/@babel/code-frame: struct<version: string, resolved: string, integrity: string, dev: bool, license: string, dependencie (... 124 chars omitted)
child 0, version: string
child 1, resolved: string
child 2, integrity: string
child 3, dev: bool
child 4, license: string
child 5, dependencies: struct<@babel/helper-validator-identifier: string, js-toke
...
child 0, fsevents: string
child 10, peerDependencies: struct<@types/node: string, less: string, lightningcss: string, sass: string, stylus: string, sugars (... 26 chars omitted)
child 0, @types/node: string
child 1, less: string
child 2, lightningcss: string
child 3, sass: string
child 4, stylus: string
child 5, sugarss: string
child 6, terser: string
child 11, peerDependenciesMeta: struct<@types/node: struct<optional: bool>, less: struct<optional: bool>, lightningcss: struct<optio (... 138 chars omitted)
child 0, @types/node: struct<optional: bool>
child 0, optional: bool
child 1, less: struct<optional: bool>
child 0, optional: bool
child 2, lightningcss: struct<optional: bool>
child 0, optional: bool
child 3, sass: struct<optional: bool>
child 0, optional: bool
child 4, stylus: struct<optional: bool>
child 0, optional: bool
child 5, sugarss: struct<optional: bool>
child 0, optional: bool
child 6, terser: struct<optional: bool>
child 0, optional: bool
child 82, node_modules/yallist: struct<version: string, resolved: string, integrity: string, dev: bool, license: string>
child 0, version: string
child 1, resolved: string
child 2, integrity: string
child 3, dev: bool
child 4, license: string
to
{'name': Value('string'), 'version': Value('string'), 'lockfileVersion': Value('int64'), 'requires': Value('bool'), 'packages': {'': {'name': Value('string'), 'version': Value('string'), 'dependencies': {'react': Value('string'), 'react-dom': Value('string')}, 'devDependencies': {'@vitejs/plugin-react': Value('string'), 'vite': Value('string')}}, 'node_modules/@babel/code-frame': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/helper-validator-identifier': Value('string'), 'js-tokens': Value('string'), 'picocolors': Value('string')}, 'engines': {'node': Value('string')}}, 'node_modules/@babel/compat-data': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'engines': {'node': Value('string')}}, 'node_modules/@babel/core': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/code-frame': Value('string'), '@babel/generator': Value('string'), '@babel/helper-compilation-targets': Value('string'), '@babel/helper-module-transforms': Value('string'), '@babel/helpers': Value('string'), '@babel/parser': Value('string'), '@babel/template': Value('string'), '@babel/traverse': Value('string'), '@babel/types': Value('string'), '@jridgewell/remapping': Value('string'), 'convert-sourc
...
ion': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'funding': List({'type': Value('string'), 'url': Value('string')}), 'license': Value('string'), 'dependencies': {'escalade': Value('string'), 'picocolors': Value('string')}, 'bin': {'update-browserslist-db': Value('string')}, 'peerDependencies': {'browserslist': Value('string')}}, 'node_modules/vite': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'esbuild': Value('string'), 'postcss': Value('string'), 'rollup': Value('string')}, 'bin': {'vite': Value('string')}, 'engines': {'node': Value('string')}, 'funding': {'url': Value('string')}, 'optionalDependencies': {'fsevents': Value('string')}, 'peerDependencies': {'@types/node': Value('string'), 'less': Value('string'), 'lightningcss': Value('string'), 'sass': Value('string'), 'stylus': Value('string'), 'sugarss': Value('string'), 'terser': Value('string')}, 'peerDependenciesMeta': {'@types/node': {'optional': Value('bool')}, 'less': {'optional': Value('bool')}, 'lightningcss': {'optional': Value('bool')}, 'sass': {'optional': Value('bool')}, 'stylus': {'optional': Value('bool')}, 'sugarss': {'optional': Value('bool')}, 'terser': {'optional': Value('bool')}}}, 'node_modules/yallist': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string')}}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
name: string
version: string
type: string
scripts: struct<dev: string, build: string, preview: string>
child 0, dev: string
child 1, build: string
child 2, preview: string
dependencies: struct<react: string, react-dom: string>
child 0, react: string
child 1, react-dom: string
devDependencies: struct<@vitejs/plugin-react: string, vite: string>
child 0, @vitejs/plugin-react: string
child 1, vite: string
requires: bool
lockfileVersion: int64
packages: struct<: struct<name: string, version: string, dependencies: struct<react: string, react-dom: string (... 18790 chars omitted)
child 0, : struct<name: string, version: string, dependencies: struct<react: string, react-dom: string>, devDep (... 62 chars omitted)
child 0, name: string
child 1, version: string
child 2, dependencies: struct<react: string, react-dom: string>
child 0, react: string
child 1, react-dom: string
child 3, devDependencies: struct<@vitejs/plugin-react: string, vite: string>
child 0, @vitejs/plugin-react: string
child 1, vite: string
child 1, node_modules/@babel/code-frame: struct<version: string, resolved: string, integrity: string, dev: bool, license: string, dependencie (... 124 chars omitted)
child 0, version: string
child 1, resolved: string
child 2, integrity: string
child 3, dev: bool
child 4, license: string
child 5, dependencies: struct<@babel/helper-validator-identifier: string, js-toke
...
child 0, fsevents: string
child 10, peerDependencies: struct<@types/node: string, less: string, lightningcss: string, sass: string, stylus: string, sugars (... 26 chars omitted)
child 0, @types/node: string
child 1, less: string
child 2, lightningcss: string
child 3, sass: string
child 4, stylus: string
child 5, sugarss: string
child 6, terser: string
child 11, peerDependenciesMeta: struct<@types/node: struct<optional: bool>, less: struct<optional: bool>, lightningcss: struct<optio (... 138 chars omitted)
child 0, @types/node: struct<optional: bool>
child 0, optional: bool
child 1, less: struct<optional: bool>
child 0, optional: bool
child 2, lightningcss: struct<optional: bool>
child 0, optional: bool
child 3, sass: struct<optional: bool>
child 0, optional: bool
child 4, stylus: struct<optional: bool>
child 0, optional: bool
child 5, sugarss: struct<optional: bool>
child 0, optional: bool
child 6, terser: struct<optional: bool>
child 0, optional: bool
child 82, node_modules/yallist: struct<version: string, resolved: string, integrity: string, dev: bool, license: string>
child 0, version: string
child 1, resolved: string
child 2, integrity: string
child 3, dev: bool
child 4, license: string
to
{'name': Value('string'), 'version': Value('string'), 'lockfileVersion': Value('int64'), 'requires': Value('bool'), 'packages': {'': {'name': Value('string'), 'version': Value('string'), 'dependencies': {'react': Value('string'), 'react-dom': Value('string')}, 'devDependencies': {'@vitejs/plugin-react': Value('string'), 'vite': Value('string')}}, 'node_modules/@babel/code-frame': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/helper-validator-identifier': Value('string'), 'js-tokens': Value('string'), 'picocolors': Value('string')}, 'engines': {'node': Value('string')}}, 'node_modules/@babel/compat-data': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'engines': {'node': Value('string')}}, 'node_modules/@babel/core': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'@babel/code-frame': Value('string'), '@babel/generator': Value('string'), '@babel/helper-compilation-targets': Value('string'), '@babel/helper-module-transforms': Value('string'), '@babel/helpers': Value('string'), '@babel/parser': Value('string'), '@babel/template': Value('string'), '@babel/traverse': Value('string'), '@babel/types': Value('string'), '@jridgewell/remapping': Value('string'), 'convert-sourc
...
ion': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'funding': List({'type': Value('string'), 'url': Value('string')}), 'license': Value('string'), 'dependencies': {'escalade': Value('string'), 'picocolors': Value('string')}, 'bin': {'update-browserslist-db': Value('string')}, 'peerDependencies': {'browserslist': Value('string')}}, 'node_modules/vite': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string'), 'dependencies': {'esbuild': Value('string'), 'postcss': Value('string'), 'rollup': Value('string')}, 'bin': {'vite': Value('string')}, 'engines': {'node': Value('string')}, 'funding': {'url': Value('string')}, 'optionalDependencies': {'fsevents': Value('string')}, 'peerDependencies': {'@types/node': Value('string'), 'less': Value('string'), 'lightningcss': Value('string'), 'sass': Value('string'), 'stylus': Value('string'), 'sugarss': Value('string'), 'terser': Value('string')}, 'peerDependenciesMeta': {'@types/node': {'optional': Value('bool')}, 'less': {'optional': Value('bool')}, 'lightningcss': {'optional': Value('bool')}, 'sass': {'optional': Value('bool')}, 'stylus': {'optional': Value('bool')}, 'sugarss': {'optional': Value('bool')}, 'terser': {'optional': Value('bool')}}}, 'node_modules/yallist': {'version': Value('string'), 'resolved': Value('string'), 'integrity': Value('string'), 'dev': Value('bool'), 'license': Value('string')}}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ποΈ CRANE
Desktop IDE for local Rust+Python development, powered by Qwen LLMs.
Features:
- β Desktop app with construction crane icon ποΈ
- β Splash screen: Recent projects or Create New
- β Auto venv with UV (fast Python package manager)
- β Default: Rust + Python (with UV)
- β Containerized with Podman (safer, rootless) or other runtimes
- β No npm unless cloning projects
- β
Full file system access to
/mnt/NOBILITY_VAULT/ - β Auto git init on every project
Quick Start
1. Prerequisites
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install UV (fast venv manager)
pip install uv
# Install Podman (safer than Docker)
sudo apt install podman
# Optional: Podman
sudo apt install podman
2. Build & Run
cd /mnt/NOBILITY_VAULT/crane-ide
# Build Rust backend
cargo build --release
# Start IDE
./run.sh
Expected output:
ποΈ Starting CRANE...
Starting backend (port 8002)...
Starting frontend...
3. Desktop Icon
The app creates a .desktop icon automatically:
# Icon location
~/.local/share/applications/crane.desktop
# Click on desktop (or launcher) to open
# It will show: ποΈ CRANE
How It Works
Splash Screen (First View)
If projects exist:
ποΈ CRANE
ββββββββββββββββ
Recent Projects:
[my-app] [rust] π» local
[web] [rust] π¦ podman
β¨ New Project
Click a project β Opens it (workspace not yet wired) Click "+ New Project" β Shows creation form
Create New Project
Form options:
Project name: ___________
β Containerized (Podman/Docker)
When checked, select runtime:
π Podman (safer, rootless) β DEFAULT
π³ Podman
[β
Create] [Cancel]
On submit:
- Creates
/mnt/NOBILITY_VAULT/projects/{name}/ - Runs
cargo init --name {name} - Initializes
git - Creates UV venv:
.venv/ - If containerized: Builds Podman image + runs container
- Auto-commits:
init: Create new Rust+Python project with UV - Back to splash screen with new project visible
Architecture
Backend (Rust, Axum)
/api/health β Check Podman/Docker/UV status
/api/projects β List all projects
/api/projects/create β Create new project (with containerization)
Auto-detects:
- Podman (preferred) β rootless, safer
- Podman β if Podman not found
- UV β for venv management
Frontend (React, Tauri)
Single splash view:
- Recent projects (scrollable list)
- Create button β modal form
- Containerization toggle
- Runtime selector (Podman | Docker)
Tech stack:
- React 18 (minimal, no extra deps)
- Tauri (native window, no Electron bloat)
- No npm in default workflow (only if cloning)
Container Support (Podman/Docker)
Containerfile (Podman native):
FROM rust:latest
RUN apt-get install -y python3.11 git uv
WORKDIR /workspace
Benefits of Podman over Docker:
- Rootless by default (no daemon, safer)
- Direct mount of
/dev/shmfor IPC - Drop-in Docker replacement
- OCI-compatible
File Structure
/mnt/NOBILITY_VAULT/crane-ide/
βββ Cargo.toml (workspace: backend + Tauri)
βββ backend/
β βββ Cargo.toml (Axum server)
β βββ src/main.rs (project manager, containerization logic)
βββ src-tauri/
β βββ frontend/
β β βββ src/main.jsx (splash + create form)
β β βββ vite.config.js
β β βββ package.json (React only, minimal)
β βββ src/main.rs (Tauri app shell)
βββ .crane/
β βββ containers/
β β βββ Containerfile (Podman recipe)
β β βββ podman-run.sh (launch container)
β βββ init-project.sh (local venv setup)
βββ run.sh (launcher: start backend + frontend)
βββ README.md (this file)
βββ .desktop (icon for application launcher)
Usage Workflow
Local Rust Project (Default)
# Open CRANE
# β Click "+ New Project"
# β Name: "my-app"
# β Uncheck "Containerized"
# β Click "Create"
# Result:
/mnt/NOBILITY_VAULT/projects/my-app/
βββ .git/
βββ .venv/ # UV Python venv
βββ Cargo.toml
βββ Cargo.lock
βββ src/
βββ main.rs
Develop:
cd /mnt/NOBILITY_VAULT/projects/my-app
cargo build
cargo run
# For Python:
source .venv/bin/activate
pip install <package>
uv sync
Containerized Rust+Python Project
# Open CRANE
# β Click "+ New Project"
# β Name: "web-app"
# β Check "Containerized"
# β Select "π Podman (safer, rootless)"
# β Click "Create"
# Result:
/mnt/NOBILITY_VAULT/projects/web-app/
βββ .git/
βββ Containerfile # Auto-created for Podman
βββ Cargo.toml
βββ src/main.rs
Run in container:
cd /mnt/NOBILITY_VAULT/crane-ide
./podman-run.sh web-app
# Inside container:
# $ cargo build
# $ source .venv/bin/activate
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Create new project | Ctrl+Shift+N |
| Open recent project | Click in list |
| Toggle containerization | Click checkbox |
Troubleshooting
"Podman not found"
sudo apt install podman
"UV not installed"
pip install uv
Desktop icon not appearing?
# Update desktop DB
update-desktop-database ~/.local/share/applications/
# Or try opening directly:
/mnt/NOBILITY_VAULT/crane-ide/run.sh
Backend fails to start?
# Check port 8002 is free
lsof -i :8002
# Or use a different port (edit backend/src/main.rs)
Next Steps
- Test splash screen: Create 2-3 test projects
- Test containerization: Create one local, one Podman
- Wire workspace editor: Click project β open file editor
- Integrate Qwen routing: Wire backend to Qwen 14B/Coder models
- Add GitHub/HF sync: Auto-create repos on project init
Architecture Notes
- No npm in default workflow β (only for cloning existing web projects)
- Rust first β (all projects default to Rust)
- Podman preferred β (safer, rootless)
- UV for venv β (100x faster than pip alone)
- Full filesystem access β (ALLOWED_ROOTS in backend)
- Desktop icon β (construction crane ποΈ via .desktop file)
Built with π¦ Rust + π§ Qwen + π Podman
- Downloads last month
- 36