-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
46 lines (35 loc) · 2.25 KB
/
Copy pathllms.txt
File metadata and controls
46 lines (35 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# DevCenter
Canonical repository: https://github.com/dev-bricks/DevCenter
DevCenter is a local-first Python desktop IDE and developer toolkit from dev-bricks. It combines a PySide6 editor, static analysis, encoding repair, PyInstaller build helpers, icon conversion, third-party license collection, project/file indexing, backup-oriented sync helpers and an optional Claude/Anthropic AI assistant.
## Audience
- Python developers who want a lightweight Windows-first desktop IDE.
- Maintainers who need local analysis, build and release helpers in one app.
- LLM agents that need project metadata and redacted status exports without uploading full source trees.
- Open-source contributors evaluating a PySide6 desktop application architecture.
Positioning:
- This is not Azure DevCenter, Microsoft Dev Box, Moderne DevCenter or Devbox.
- This is not a hosted cloud IDE.
- The desktop app is authoritative; the Web/PWA companion is a read-only viewer for redacted `devcenter-workspace-v1.json` exports.
Privacy and safety:
- Projects, settings, file indexes and build artifacts stay local by default.
- Network access is only expected for explicitly configured integrations such as the optional Claude/Anthropic API or package installation commands started by the user.
- API keys, tokens, local absolute paths and full source contents must not be written into public exports.
## Important files
- `README.md`: user-facing overview, screenshots, installation and feature list.
- `PRIVACY_POLICY.md`: privacy scope for local settings, indexes, build artifacts and optional API use.
- `EXPORTFORMAT.md`: planned redacted workspace export contract.
- `web_companion/`: static read-only PWA viewer for redacted `devcenter-workspace-v1.json` exports.
- `.github/workflows/tests.yml`: Windows smoke tests for Python 3.10, 3.11 and 3.12.
- `src/core/app_paths.py`: XDG-compliant platform path resolver for settings and file index.
## Search Phrases
```
local-first Python IDE
PySide6 Python development suite
Windows Python IDE with PyInstaller build helper
offline Python code editor and static analyzer
Python developer toolkit with license collector
Python IDE with workspace export
local Python IDE with PWA companion
dev-bricks DevCenter Python desktop suite
```
## Last-checked: 2026-06-11